TandoorRecipes/cookbook/static/manifest/webmanifest
2021-02-13 18:04:33 +01:00

58 lines
1.3 KiB
Plaintext

{
"name": "Tandoor Recipes",
"description": "Application to manage, tag and search recipes.",
"icons": [
{
"src": "/static/manifest/logo_color.svg",
"sizes": "any"
}
],
"start_url": "/search",
"background_color": "#18BC9C",
"display": "standalone",
"scope": "/",
"theme_color": "#ffcb76",
"shortcuts": [
{
"name": "Plan",
"short_name": "Plan",
"description": "View your meal Plan",
"url": "/plan",
"icons": [{
"src": "/static/manifest/logo_color.svg",
"sizes": "any"
}]
},
{
"name": "Books",
"short_name": "Cookbooks",
"description": "View your cookbooks",
"url": "/books",
"icons": [{
"src": "/static/manifest/logo_color.svg",
"sizes": "any"
}]
},
{
"name": "Shopping",
"short_name": "Shopping",
"description": "View your shopping lists",
"url": "/list/shopping-list/",
"icons": [{
"src": "/static/manifest/logo_color.svg",
"sizes": "any"
}]
},
{
"name": "Latest Shopping List",
"short_name": "Shopping List",
"description": "View the latest shopping list",
"url": "/shopping/latest/",
"icons": [{
"src": "/static/manifest/logo_color.svg",
"sizes": "any"
}]
}
]
}