{
  "id": "/?source=pwa",
  "name": "SmartCal AI — AI Calorie Tracker",
  "short_name": "SmartCal AI",
  "description": "Snap a photo of your meal to get instant AI-powered calorie and nutrition analysis. Recipes, meal plans, barcode scanner, streaks, and water tracking.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "theme_color": "#000000",
  "background_color": "#000000",
  "categories": ["health", "lifestyle", "food", "productivity", "fitness"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icons/icon-192",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Scan food",
      "short_name": "Analyze",
      "description": "Snap a photo and get instant calorie breakdown",
      "url": "/analyzer?source=pwa",
      "icons": [{ "src": "/icons/icon-192", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Barcode scan",
      "short_name": "Scan",
      "description": "Scan a product barcode",
      "url": "/scan?source=pwa",
      "icons": [{ "src": "/icons/icon-192", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Today's log",
      "short_name": "Dashboard",
      "description": "Your nutrition dashboard",
      "url": "/dashboard?source=pwa",
      "icons": [{ "src": "/icons/icon-192", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "prefer_related_applications": false
}
