{
  "name": "Elise Cal - AI Health Coach",
  "short_name": "Elise Cal",
  "description": "Premium AI-powered calorie tracking and nutrition coaching.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#050505",
  "theme_color": "#22C55E",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/elise-cal-apple-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/elise-cal-apple-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "categories": [
    "health",
    "fitness",
    "lifestyle"
  ],
  "shortcuts": [
    {
      "name": "Scan Food",
      "short_name": "Scan",
      "description": "Scan food with AI",
      "url": "/cal/scan",
      "icons": [
        {
          "src": "/icons/elise-cal-apple-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}