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",
|
"name": "Tandoor Recipes",
|
||||||
|
"short_name" : "Tandoor",
|
||||||
"description": "Application to manage, tag and search recipes.",
|
"description": "Application to manage, tag and search recipes.",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "/static/manifest/logo_color.svg",
|
"src": "/static/manifest/logo_color144.png",
|
||||||
"sizes": "any"
|
"type": "image/png",
|
||||||
|
"sizes": "144x144"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "/static/manifest/logo_color512.png",
|
||||||
|
"type": "image/png",
|
||||||
|
"sizes": "512x512"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"start_url": "/search",
|
"start_url": "/search",
|
||||||
"background_color": "#18BC9C",
|
"background_color": "#ffcb76",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"scope": "/",
|
"scope": "/",
|
||||||
"theme_color": "#ffcb76",
|
"theme_color": "#ffcb76",
|
||||||
@ -17,41 +24,25 @@
|
|||||||
"name": "Plan",
|
"name": "Plan",
|
||||||
"short_name": "Plan",
|
"short_name": "Plan",
|
||||||
"description": "View your meal Plan",
|
"description": "View your meal Plan",
|
||||||
"url": "/plan",
|
"url": "/plan"
|
||||||
"icons": [{
|
|
||||||
"src": "/static/manifest/logo_color.svg",
|
|
||||||
"sizes": "any"
|
|
||||||
}]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Books",
|
"name": "Books",
|
||||||
"short_name": "Cookbooks",
|
"short_name": "Cookbooks",
|
||||||
"description": "View your cookbooks",
|
"description": "View your cookbooks",
|
||||||
"url": "/books",
|
"url": "/books"
|
||||||
"icons": [{
|
|
||||||
"src": "/static/manifest/logo_color.svg",
|
|
||||||
"sizes": "any"
|
|
||||||
}]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Shopping",
|
"name": "Shopping",
|
||||||
"short_name": "Shopping",
|
"short_name": "Shopping",
|
||||||
"description": "View your shopping lists",
|
"description": "View your shopping lists",
|
||||||
"url": "/list/shopping-list/",
|
"url": "/list/shopping-list/"
|
||||||
"icons": [{
|
|
||||||
"src": "/static/manifest/logo_color.svg",
|
|
||||||
"sizes": "any"
|
|
||||||
}]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Latest Shopping List",
|
"name": "Latest Shopping List",
|
||||||
"short_name": "Shopping List",
|
"short_name": "Shopping List",
|
||||||
"description": "View the latest shopping list",
|
"description": "View the latest shopping list",
|
||||||
"url": "/shopping/latest/",
|
"url": "/shopping/latest/"
|
||||||
"icons": [{
|
|
||||||
"src": "/static/manifest/logo_color.svg",
|
|
||||||
"sizes": "any"
|
|
||||||
}]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
@ -21,7 +21,7 @@
|
|||||||
<link rel="apple-touch-icon" sizes="180x180" href="{% static 'favicon.svg' %}">
|
<link rel="apple-touch-icon" sizes="180x180" href="{% static 'favicon.svg' %}">
|
||||||
<link rel="apple-touch-icon" sizes="167x167" 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-TileColor" content="#ffffff">
|
||||||
<meta name="msapplication-TileImage" content="/mstile-144x144.png">
|
<meta name="msapplication-TileImage" content="/mstile-144x144.png">
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user