18 lines
312 B
Jsonnet
18 lines
312 B
Jsonnet
{
|
|
"id": "com.jadud.garage",
|
|
"title": "Garage",
|
|
"version": "0.0.1",
|
|
"healthCheckPath": "/health",
|
|
"multiDomain": true,
|
|
"httpPort": 80,
|
|
"addons": {
|
|
"localstorage": {
|
|
"sqlite": {
|
|
"paths": ["/app/data/garage/meta/db.sqlite"],
|
|
}
|
|
}
|
|
},
|
|
"manifestVersion": 2,
|
|
"icon": ""
|
|
}
|