20 lines
484 B
JSON
20 lines
484 B
JSON
{
|
|
"manifestVersion": 2,
|
|
"id": "com.medlab.communityrule",
|
|
"title": "Community Rule",
|
|
"author": "MEDLab",
|
|
"description": "Community governance and rule-building app",
|
|
"version": "0.1.6",
|
|
"httpPort": 3000,
|
|
"healthCheckPath": "/api/health",
|
|
"memoryLimit": 805306368,
|
|
"minBoxVersion": "9.0.0",
|
|
"addons": {
|
|
"postgresql": {},
|
|
"sendmail": {},
|
|
"localstorage": {}
|
|
},
|
|
"website": "https://communityrule.info",
|
|
"contactEmail": "hello@communityrule.info"
|
|
}
|