26 lines
554 B
JSON
26 lines
554 B
JSON
|
{
|
||
|
"id": "org.freshrss.cloudronapp",
|
||
|
"title": "FreshRSS",
|
||
|
"author": "FreshRSS Developers",
|
||
|
"description": "file://DESCRIPTION.md",
|
||
|
"changelog": "file://CHANGELOG",
|
||
|
"tagline": "RSS 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"
|
||
|
],
|
||
|
"mediaLinks": [
|
||
|
],
|
||
|
"postInstallMessage": "file://POSTINSTALL.md"
|
||
|
}
|