{
  "name": "Elise Cal - AI Nutrition Tracker",
  "short_name": "Elise Cal",
  "description": "AI-powered calorie and nutrition tracker with food scanning",
  "start_url": "/cal",
  "scope": "/cal",
  "display": "standalone",
  "background_color": "#050505",
  "theme_color": "#22C55E",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/elise-cal-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/elise-cal-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["health", "fitness", "food"],
  "shortcuts": [
    {
      "name": "Scan Food",
      "short_name": "Scan",
      "description": "Scan food with AI",
      "url": "/cal/scan",
      "icons": [{ "src": "/icons/elise-cal-192.png", "sizes": "192x192" }]
    }
  ]
}
