diff --git a/frontend/nuxt.config.js b/frontend/nuxt.config.js index 6954d248d3bf..af0521f88726 100644 --- a/frontend/nuxt.config.js +++ b/frontend/nuxt.config.js @@ -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", + } + ] }, ], }, diff --git a/frontend/static/svgs/mdiCalendarMultiselect.svg b/frontend/static/svgs/mdiCalendarMultiselect.svg new file mode 100644 index 000000000000..52dd9472c40e --- /dev/null +++ b/frontend/static/svgs/mdiCalendarMultiselect.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontend/static/svgs/mdiFormatListChecks.svg b/frontend/static/svgs/mdiFormatListChecks.svg new file mode 100644 index 000000000000..f2df5763aec5 --- /dev/null +++ b/frontend/static/svgs/mdiFormatListChecks.svg @@ -0,0 +1 @@ + \ No newline at end of file