{
  "name": "NutriAI — AI Calorie Tracker",
  "short_name": "NutriAI",
  "description": "AI-powered calorie and macro tracker. Snap food photos, scan barcodes, track nutrition. 100% private and offline.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0f1e",
  "theme_color": "#2bde8c",
  "orientation": "portrait-primary",
  "lang": "en",
  "scope": "/",
  "categories": ["health", "fitness", "food"],
  "icons": [
    {
      "src": "img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "img/screenshot-1.png",
      "sizes": "390x844",
      "type": "image/png",
      "label": "Dashboard with calorie ring"
    },
    {
      "src": "img/screenshot-2.png",
      "sizes": "390x844",
      "type": "image/png",
      "label": "AI food recognition in action"
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.nutriai.tracker",
      "id": "com.nutriai.tracker"
    }
  ],
  "prefer_related_applications": true
}