{
  "name": "Cooking with Koko",
  "short_name": "Koko",
  "description": "AI-powered recipe generator. Tell Koko what's in your fridge — get delicious, real-food recipes in seconds.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#faf7f0",
  "theme_color": "#0d6e57",
  "categories": ["food", "lifestyle", "utilities"],
  "icons": [
    {
      "src": "/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    },
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Generate Recipes",
      "short_name": "Generate",
      "description": "Start generating new recipes",
      "url": "/generator",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    },
    {
      "name": "Saved Recipes",
      "short_name": "Saved",
      "description": "View your saved recipes",
      "url": "/saved",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    },
    {
      "name": "Meal Planner",
      "short_name": "Planner",
      "description": "Plan your meals for the week",
      "url": "/meal-planner",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    }
  ]
}
