{
  "name": "Grub Guardian - Food Waste Tracker",
  "short_name": "Grub Guardian",
  "description": "Track your food, save money, waste less. AI-powered inventory management with recipe suggestions.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FFFFFF",
  "theme_color": "#FF3366",
  "categories": ["food", "lifestyle", "utilities"],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Scan Item",
      "short_name": "Scan",
      "description": "Scan a barcode or receipt",
      "url": "/scan",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Inventory",
      "short_name": "Inventory",
      "description": "View your food inventory",
      "url": "/inventory",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Use First",
      "short_name": "Use First",
      "description": "See what to use before it expires",
      "url": "/use-first",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Recipes",
      "short_name": "Recipes",
      "description": "Get AI recipe suggestions",
      "url": "/recipes",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "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-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "id": "grub-guardian",
  "lang": "en-US",
  "dir": "ltr"
}
