{
  "name": "CalorieAI - Photo Calorie Counter",
  "short_name": "CalorieAI",
  "description": "Snap a photo of your food and get instant calories, protein, carbs, and nutrition data",
  "start_url": "/upload",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#14B8A6",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/logo.webp",
      "sizes": "192x192",
      "type": "image/webp",
      "purpose": "any maskable"
    },
    {
      "src": "/logo.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "any maskable"
    }
  ],
  "categories": ["health", "fitness", "food"],
  "screenshots": [
    {
      "src": "/hero-food.jpg",
      "sizes": "1200x400",
      "type": "image/jpeg",
      "label": "AI food recognition in action"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}