feat: Added images to PWA shortcuts (#3744)

This commit is contained in:
Brian Choromanski
2024-06-17 16:33:41 -04:00
committed by GitHub
parent c18b9d3184
commit 598b0f3707
3 changed files with 14 additions and 0 deletions

View File

@@ -401,12 +401,24 @@ export default {
"short_name": "Shopping Lists",
"description": "Open the shopping lists",
"url": "/shopping-lists",
"icons": [
{
"src": "/svgs/mdiFormatListChecks.svg",
"sizes": "256x256",
}
]
},
{
"name": "Meal Planner",
"short_name": "Meal Planner",
"description": "Open the meal planner",
"url": "/group/mealplan/planner/view",
"icons": [
{
"src": "/svgs/mdiCalendarMultiselect.svg",
"sizes": "256x256",
}
]
},
],
},