20 lines
540 B
JSON
20 lines
540 B
JSON
{
|
|
"id": "ca.cosocial.web-demo",
|
|
"title": "Nodejs Based Web Demo",
|
|
"author": "John Caruso <john@cosocial.ca>",
|
|
"description": "This is an example app",
|
|
"tagline": "Experimental app that will potentially open up huge possibilities",
|
|
"version": "0.0.2",
|
|
"healthCheckPath": "/",
|
|
"httpPort": 80,
|
|
"addons": {
|
|
"localstorage": {}
|
|
},
|
|
"manifestVersion": 2,
|
|
"website": "https://www.cosocial.ca",
|
|
"contactEmail": "john@cosocial.ca",
|
|
"icon": "file://icon.png",
|
|
"tags": [ "test", "collaboration" ],
|
|
"mediaLinks": []
|
|
}
|