manifest fixes
This commit is contained in:
parent
ff0cd6fa93
commit
ac9922ff61
BIN
cookbook/static/manifest/logo_color144.png
Normal file
BIN
cookbook/static/manifest/logo_color144.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.8 KiB |
BIN
cookbook/static/manifest/logo_color512.png
Normal file
BIN
cookbook/static/manifest/logo_color512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 37 KiB |
@ -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/"
|
||||
}
|
||||
]
|
||||
}
|
@ -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">
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user