1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-05 05:25:26 +02:00

Merge branch 'mealie-next' into feat/filter-shopping-lists

This commit is contained in:
Michael Genson 2024-03-06 09:11:58 -06:00 committed by GitHub
commit e30728e8e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 278 additions and 176 deletions

View file

@ -379,6 +379,20 @@ export default {
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
},