22 lines
456 B
JSON
22 lines
456 B
JSON
{
|
|
"id": "io.hnz.nouri",
|
|
"title": "Nouri",
|
|
"author": "Florian Heinz",
|
|
"description": "Private Flask app for meals, shopping and gentle food planning",
|
|
"tagline": "einfach essen planen",
|
|
"version": "0.3.0",
|
|
"upstreamVersion": "0.3.0",
|
|
"healthCheckPath": "/",
|
|
"httpPort": 8000,
|
|
"manifestVersion": 2,
|
|
"addons": {
|
|
"localstorage": {
|
|
"sqlite": {
|
|
"paths": [
|
|
"/app/data/nouri.sqlite3"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|