new style and icon

This commit is contained in:
vabene1111
2021-02-13 18:04:33 +01:00
parent 3a1c9aa462
commit 20e9d4a990
14 changed files with 212 additions and 33 deletions

View File

@@ -1,51 +1,57 @@
{
"name": "Recipes",
"name": "Tandoor Recipes",
"description": "Application to manage, tag and search recipes.",
"icons": [
{
"src": "/static/manifest/icon-192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "/static/manifest/icon-512.png",
"type": "image/png",
"sizes": "512x512"
"src": "/static/manifest/logo_color.svg",
"sizes": "any"
}
],
"start_url": "/search",
"background_color": "#18BC9C",
"display": "standalone",
"scope": "/",
"theme_color": "#18BC9C",
"theme_color": "#ffcb76",
"shortcuts": [
{
"name": "Plan",
"short_name": "Plan",
"description": "View your meal Plan",
"url": "/plan",
"icons": [{ "src": "/static/manifest/icon-192.png", "sizes": "192x192" }]
"icons": [{
"src": "/static/manifest/logo_color.svg",
"sizes": "any"
}]
},
{
"name": "Books",
"short_name": "Cookbooks",
"description": "View your cookbooks",
"url": "/books",
"icons": [{ "src": "/static/manifest/icon-192.png", "sizes": "192x192" }]
"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/shopping-cart-192.png", "sizes": "192x192" }]
"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/shopping-cart-192.png", "sizes": "192x192" }]
"icons": [{
"src": "/static/manifest/logo_color.svg",
"sizes": "any"
}]
}
]
}