diff --git a/.idea/recipes.iml b/.idea/recipes.iml
index ba788b3de..c2b653f2e 100644
--- a/.idea/recipes.iml
+++ b/.idea/recipes.iml
@@ -20,10 +20,6 @@
-
-
-
-
diff --git a/cookbook/static/manifest/webmanifest b/cookbook/static/manifest/webmanifest
index 227f78b93..c33f63f3b 100644
--- a/cookbook/static/manifest/webmanifest
+++ b/cookbook/static/manifest/webmanifest
@@ -17,5 +17,28 @@
"background_color": "#18BC9C",
"display": "standalone",
"scope": "/",
- "theme_color": "#18BC9C"
+ "theme_color": "#18BC9C",
+ "shortcuts": [
+ {
+ "name": "Plan",
+ "short_name": "Plan",
+ "description": "View your meal Plan",
+ "url": "/plan",
+ "icons": [{ "src": "/static/manifest/icon-192.png", "sizes": "192x192" }]
+ },
+ {
+ "name": "Books",
+ "short_name": "Cookbooks",
+ "description": "View your cookbooks",
+ "url": "/books",
+ "icons": [{ "src": "/static/manifest/icon-192.png", "sizes": "192x192" }]
+ },
+ {
+ "name": "Shopping",
+ "short_name": "Shopping List",
+ "description": "View your shopping lists",
+ "url": "/list/shopping-list/",
+ "icons": [{ "src": "/static/manifest/icon-192.png", "sizes": "192x192" }]
+ }
+ ]
}