Skip to content

Commit ac9922f

Browse files
committed
manifest fixes
1 parent ff0cd6f commit ac9922f

File tree

4 files changed

+15
-24
lines changed

4 files changed

+15
-24
lines changed
9.82 KB
Loading
37.1 KB
Loading
Lines changed: 14 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
11
{
22
"name": "Tandoor Recipes",
3+
"short_name" : "Tandoor",
34
"description": "Application to manage, tag and search recipes.",
45
"icons": [
56
{
6-
"src": "/static/manifest/logo_color.svg",
7-
"sizes": "any"
7+
"src": "/static/manifest/logo_color144.png",
8+
"type": "image/png",
9+
"sizes": "144x144"
10+
},
11+
{
12+
"src": "/static/manifest/logo_color512.png",
13+
"type": "image/png",
14+
"sizes": "512x512"
815
}
916
],
1017
"start_url": "/search",
11-
"background_color": "#18BC9C",
18+
"background_color": "#ffcb76",
1219
"display": "standalone",
1320
"scope": "/",
1421
"theme_color": "#ffcb76",
@@ -17,41 +24,25 @@
1724
"name": "Plan",
1825
"short_name": "Plan",
1926
"description": "View your meal Plan",
20-
"url": "/plan",
21-
"icons": [{
22-
"src": "/static/manifest/logo_color.svg",
23-
"sizes": "any"
24-
}]
27+
"url": "/plan"
2528
},
2629
{
2730
"name": "Books",
2831
"short_name": "Cookbooks",
2932
"description": "View your cookbooks",
30-
"url": "/books",
31-
"icons": [{
32-
"src": "/static/manifest/logo_color.svg",
33-
"sizes": "any"
34-
}]
33+
"url": "/books"
3534
},
3635
{
3736
"name": "Shopping",
3837
"short_name": "Shopping",
3938
"description": "View your shopping lists",
40-
"url": "/list/shopping-list/",
41-
"icons": [{
42-
"src": "/static/manifest/logo_color.svg",
43-
"sizes": "any"
44-
}]
39+
"url": "/list/shopping-list/"
4540
},
4641
{
4742
"name": "Latest Shopping List",
4843
"short_name": "Shopping List",
4944
"description": "View the latest shopping list",
50-
"url": "/shopping/latest/",
51-
"icons": [{
52-
"src": "/static/manifest/logo_color.svg",
53-
"sizes": "any"
54-
}]
45+
"url": "/shopping/latest/"
5546
}
5647
]
5748
}

cookbook/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<link rel="apple-touch-icon" sizes="180x180" href="{% static 'favicon.svg' %}">
2222
<link rel="apple-touch-icon" sizes="167x167" href="{% static 'favicon.svg' %}">
2323

24-
<link rel="manifest" href="{% static 'manifest/webmanifest' %}">
24+
<link rel="manifest" href="{% static 'manifest/webmanifest.json' %}">
2525
<meta name="msapplication-TileColor" content="#ffffff">
2626
<meta name="msapplication-TileImage" content="/mstile-144x144.png">
2727

0 commit comments

Comments
 (0)