manifest fixes

This commit is contained in:
vabene1111 2021-02-15 16:08:18 +01:00
parent ff0cd6fa93
commit ac9922ff61
4 changed files with 15 additions and 24 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

View File

@ -1,14 +1,21 @@
{
"name": "Tandoor Recipes",
"short_name" : "Tandoor",
"description": "Application to manage, tag and search recipes.",
"icons": [
{
"src": "/static/manifest/logo_color.svg",
"sizes": "any"
"src": "/static/manifest/logo_color144.png",
"type": "image/png",
"sizes": "144x144"
},
{
"src": "/static/manifest/logo_color512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "/search",
"background_color": "#18BC9C",
"background_color": "#ffcb76",
"display": "standalone",
"scope": "/",
"theme_color": "#ffcb76",
@ -17,41 +24,25 @@
"name": "Plan",
"short_name": "Plan",
"description": "View your meal Plan",
"url": "/plan",
"icons": [{
"src": "/static/manifest/logo_color.svg",
"sizes": "any"
}]
"url": "/plan"
},
{
"name": "Books",
"short_name": "Cookbooks",
"description": "View your cookbooks",
"url": "/books",
"icons": [{
"src": "/static/manifest/logo_color.svg",
"sizes": "any"
}]
"url": "/books"
},
{
"name": "Shopping",
"short_name": "Shopping",
"description": "View your shopping lists",
"url": "/list/shopping-list/",
"icons": [{
"src": "/static/manifest/logo_color.svg",
"sizes": "any"
}]
"url": "/list/shopping-list/"
},
{
"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"
}]
"url": "/shopping/latest/"
}
]
}

View File

@ -21,7 +21,7 @@
<link rel="apple-touch-icon" sizes="180x180" href="{% static 'favicon.svg' %}">
<link rel="apple-touch-icon" sizes="167x167" href="{% static 'favicon.svg' %}">
<link rel="manifest" href="{% static 'manifest/webmanifest' %}">
<link rel="manifest" href="{% static 'manifest/webmanifest.json' %}">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/mstile-144x144.png">