31 lines
695 B
JSON
31 lines
695 B
JSON
{
|
|
"id": "org.freshrss.cloudronapp",
|
|
"title": "FreshRSS",
|
|
"author": "FreshRSS Developers",
|
|
"description": "file://DESCRIPTION.md",
|
|
"changelog": "file://CHANGELOG",
|
|
"tagline": "RSS feed reader",
|
|
"version": "0.1.0",
|
|
"healthCheckPath": "/",
|
|
"httpPort": 8000,
|
|
"addons": {
|
|
"localstorage": {},
|
|
"mysql": {}
|
|
},
|
|
"manifestVersion": 1,
|
|
"website": "http://www.freshrss.org",
|
|
"contactEmail": "support@cloudron.io",
|
|
"icon": "logo.png",
|
|
"tags": [
|
|
"rss",
|
|
"atom",
|
|
"greader",
|
|
"reader",
|
|
"news feeds"
|
|
],
|
|
"mediaLinks": [
|
|
"https://git.cloudron.io/dswd/freshrss-app/raw/master/screenshots/1.png"
|
|
],
|
|
"postInstallMessage": "file://POSTINSTALL.md"
|
|
}
|