{
  "name": "NutriFox - AI Calorie Counter",
  "short_name": "NutriFox",
  "description": "Track calories effortlessly with AI-powered food recognition. Snap a photo and let AI do the counting for you.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FAFAFA",
  "theme_color": "#00BFA5",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": [
    "health",
    "fitness",
    "lifestyle"
  ],
  "icons": [
    {
      "src": "/icon.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/light-screen.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "NutriFox Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Track Meal",
      "short_name": "Track",
      "description": "Start tracking a new meal with AI",
      "url": "/download",
      "icons": [
        {
          "src": "/icon.png",
          "sizes": "any"
        }
      ]
    },
    {
      "name": "View Features",
      "short_name": "Features",
      "description": "Explore NutriFox features",
      "url": "/features",
      "icons": [
        {
          "src": "/icon.png",
          "sizes": "any"
        }
      ]
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.bwjhub.nutrifox",
      "id": "com.bwjhub.nutrifox"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/nutrifox/id123456789"
    }
  ],
  "prefer_related_applications": true
}