{
  "name": "CaloriQ - AI Calorie Tracker",
  "short_name": "CaloriQ",
  "description": "AI-powered food recognition and calorie tracking app. Track nutrition with just a photo - no manual logging required.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#8C7DF0",
  "orientation": "portrait-primary",
  "scope": "/",
  "categories": ["health", "lifestyle", "food"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ]
}
