shopping list shortcut link

This commit is contained in:
vabene1111
2021-02-03 23:05:42 +01:00
parent 175fca2b39
commit 103878e107
5 changed files with 29 additions and 9 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -35,10 +35,17 @@
},
{
"name": "Shopping",
"short_name": "Shopping List",
"short_name": "Shopping",
"description": "View your shopping lists",
"url": "/list/shopping-list/",
"icons": [{ "src": "/static/manifest/icon-192.png", "sizes": "192x192" }]
"icons": [{ "src": "/static/manifest/shopping-cart-192.png", "sizes": "192x192" }]
},
{
"name": "Latest Shopping List",
"short_name": "Shopping List",
"description": "View the latest shopping list",
"url": "/shopping/latest/",
"icons": [{ "src": "/static/manifest/shopping-cart-192.png", "sizes": "192x192" }]
}
]
}