{
  "name": "MossyCooks • Deluxe Recipe & Meal Engine",
  "short_name": "MossyCooks",
  "description": "Explore 11,350+ authentic global recipes, smart UK supermarket trolley shopping, weekly meal planning, and interactive AI sous-chef.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#0b0e14",
  "theme_color": "#0b0e14",
  "orientation": "any",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "shortcuts": [
    {
      "name": "Weekly Meal Planner",
      "short_name": "Meal Planner",
      "description": "Open your weekly Monday-Sunday meal schedule",
      "url": "./index.html#meal-planner",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Supermarket Shopping List",
      "short_name": "Shopping List",
      "description": "Review grocery items & UK supermarket trolley assistant",
      "url": "./index.html#shopping-list",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Pantry Fridge Chef",
      "short_name": "Pantry Chef",
      "description": "Find recipes using ingredients already in your fridge",
      "url": "./index.html#pantry-chef",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "What's New Daily Drop",
      "short_name": "What's New",
      "description": "Explore today's 10 fresh uploaded recipes",
      "url": "./index.html#whats-new",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ],
  "categories": ["food", "lifestyle", "utilities"]
}
