mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-31 14:34:42 -04:00
feat: Add shortcuts for PWA (#3255)
* Add PWA shortcuts, for Meal Planner and Shopping List * Remove icons from shortcuts - they don't seem to work with nuxt * Remove icon
This commit is contained in:
parent
58286013c9
commit
805e1c2d7d
@ -379,6 +379,20 @@ export default {
|
|||||||
purpose: "maskable",
|
purpose: "maskable",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
"shortcuts": [
|
||||||
|
{
|
||||||
|
"name": "Shopping Lists",
|
||||||
|
"short_name": "Shopping Lists",
|
||||||
|
"description": "Open the shopping lists",
|
||||||
|
"url": "/shopping-lists",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Meal Planner",
|
||||||
|
"short_name": "Meal Planner",
|
||||||
|
"description": "Open the meal planner",
|
||||||
|
"url": "/group/mealplan/planner/view",
|
||||||
|
},
|
||||||
|
],
|
||||||
},
|
},
|
||||||
icon: false, // disables the icon module
|
icon: false, // disables the icon module
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user