{
  "short_name": "PantryRemix",
  "name": "PantryRemix — AI Reverse-Recipe",
  "description": "Tell me what's in your fridge. I'll remix dinner. Voice-first, hands-free cooking.",
  "id": "/?source=pwa",
  "icons": [
    { "src": "/brand/pantryremix-mark.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/brand/pantryremix-icon-1024.png", "sizes": "1024x1024", "type": "image/png", "purpose": "maskable" }
  ],
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#2E4636",
  "background_color": "#FDFBF7",
  "categories": ["food", "lifestyle", "productivity"],
  "shortcuts": [
    {
      "name": "Cook now",
      "short_name": "Cook",
      "description": "Open the mic and start cooking",
      "url": "/app",
      "icons": [{ "src": "/brand/pantryremix-mark.png", "sizes": "512x512" }]
    },
    {
      "name": "Recipe vault",
      "short_name": "Vault",
      "description": "Your saved dishes",
      "url": "/vault",
      "icons": [{ "src": "/brand/pantryremix-mark.png", "sizes": "512x512" }]
    }
  ]
}
