diff --git a/frontend/nuxt.config.js b/frontend/nuxt.config.js index ce63574c4ba8..9e01cb343bfa 100644 --- a/frontend/nuxt.config.js +++ b/frontend/nuxt.config.js @@ -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 },