{
  "name": "TikkaMate – AI Cooking Assistant",
  "short_name": "TikkaMate",
  "description": "Your AI chef. Cook hands-free with voice commands. Get recipes from any ingredients.",
  "start_url": "/chat",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0C0E14",
  "theme_color": "#FF7518",
  "lang": "en",
  "categories": ["food", "lifestyle", "utilities"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "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": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "TikkaMate AI Cooking Assistant"
    }
  ],
  "shortcuts": [
    {
      "name": "Chat with Chef",
      "short_name": "Chat",
      "url": "/chat",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Inventory",
      "short_name": "Inventory",
      "url": "/chat?tab=kitchen",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
