freshrss-app/CloudronManifest.json

31 lines
695 B
JSON
Raw Normal View History

2017-02-17 08:45:48 +00:00
{
"id": "org.freshrss.cloudronapp",
"title": "FreshRSS",
"author": "FreshRSS Developers",
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
2017-02-17 10:28:42 +00:00
"tagline": "RSS feed reader",
2017-02-18 13:27:46 +00:00
"version": "0.2.0",
2017-02-17 08:45:48 +00:00
"healthCheckPath": "/",
"httpPort": 8000,
"addons": {
"localstorage": {},
"mysql": {}
},
"manifestVersion": 1,
"website": "http://www.freshrss.org",
"contactEmail": "support@cloudron.io",
"icon": "logo.png",
"tags": [
2017-02-17 10:28:42 +00:00
"rss",
"atom",
"greader",
"reader",
"news feeds"
2017-02-17 08:45:48 +00:00
],
"mediaLinks": [
2017-02-17 10:28:42 +00:00
"https://git.cloudron.io/dswd/freshrss-app/raw/master/screenshots/1.png"
2017-02-17 08:45:48 +00:00
],
"postInstallMessage": "file://POSTINSTALL.md"
}