{
  "name": "DinDinDun — Family Meal Planning",
  "short_name": "DinDinDun",
  "description": "Plan meals, collect recipes, and build grocery lists together as a family.",
  "start_url": "/",
  "scope": "/",
  "lang": "en",

  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait",

  "background_color": "#FFFFFF",
  "theme_color": "#FF6B35",

  "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/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],

  "categories": ["food", "lifestyle", "utilities"],

  "shortcuts": [
    {
      "name": "Recipes",
      "short_name": "Recipes",
      "description": "Browse your recipe library",
      "url": "/?tab=recipes",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Meal Plan",
      "short_name": "Meal Plan",
      "description": "View this week's meal plan",
      "url": "/?tab=mealplan",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Grocery List",
      "short_name": "Grocery",
      "description": "Check off your grocery list",
      "url": "/?tab=grocery",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
