{
  "id": "/",
  "name": "Juusto - Meal planner",
  "short_name": "Juusto",
  "description": "Plan your week of meals, keep your recipes and share a grocery list.",
  "start_url": "/mealplanner?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#5c4138",
  "theme_color": "#836a62",
  "lang": "en",
  "dir": "ltr",
  "categories": ["food", "lifestyle", "productivity"],
  "launch_handler": { "client_mode": "focus-existing" },
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Grocery list",
      "short_name": "Groceries",
      "url": "/mealplanner?panel=grocery",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Recipes",
      "url": "/mealplanner?panel=recipes",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
