|
1 | 1 | {
|
2 | 2 | "name": "Tandoor Recipes",
|
| 3 | + "short_name" : "Tandoor", |
3 | 4 | "description": "Application to manage, tag and search recipes.",
|
4 | 5 | "icons": [
|
5 | 6 | {
|
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" |
8 | 15 | }
|
9 | 16 | ],
|
10 | 17 | "start_url": "/search",
|
11 |
| - "background_color": "#18BC9C", |
| 18 | + "background_color": "#ffcb76", |
12 | 19 | "display": "standalone",
|
13 | 20 | "scope": "/",
|
14 | 21 | "theme_color": "#ffcb76",
|
|
17 | 24 | "name": "Plan",
|
18 | 25 | "short_name": "Plan",
|
19 | 26 | "description": "View your meal Plan",
|
20 |
| - "url": "/plan", |
21 |
| - "icons": [{ |
22 |
| - "src": "/static/manifest/logo_color.svg", |
23 |
| - "sizes": "any" |
24 |
| - }] |
| 27 | + "url": "/plan" |
25 | 28 | },
|
26 | 29 | {
|
27 | 30 | "name": "Books",
|
28 | 31 | "short_name": "Cookbooks",
|
29 | 32 | "description": "View your cookbooks",
|
30 |
| - "url": "/books", |
31 |
| - "icons": [{ |
32 |
| - "src": "/static/manifest/logo_color.svg", |
33 |
| - "sizes": "any" |
34 |
| - }] |
| 33 | + "url": "/books" |
35 | 34 | },
|
36 | 35 | {
|
37 | 36 | "name": "Shopping",
|
38 | 37 | "short_name": "Shopping",
|
39 | 38 | "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/" |
45 | 40 | },
|
46 | 41 | {
|
47 | 42 | "name": "Latest Shopping List",
|
48 | 43 | "short_name": "Shopping List",
|
49 | 44 | "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/" |
55 | 46 | }
|
56 | 47 | ]
|
57 | 48 | }
|
0 commit comments