{
  "name": "TesteFood — AI Nutrition & Wellness",
  "short_name": "TesteFood",
  "description": "AI-powered food, nutrition, diet & wellness platform",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FFFDF7",
  "theme_color": "#10B981",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["health", "fitness", "food"],
  "icons": [
    { "src": "/icons/icon-72x72.png", "sizes": "72x72", "type": "image/png", "purpose": "maskable any" },
    { "src": "/icons/icon-96x96.png", "sizes": "96x96", "type": "image/png", "purpose": "maskable any" },
    { "src": "/icons/icon-128x128.png", "sizes": "128x128", "type": "image/png", "purpose": "maskable any" },
    { "src": "/icons/icon-144x144.png", "sizes": "144x144", "type": "image/png", "purpose": "maskable any" },
    { "src": "/icons/icon-152x152.png", "sizes": "152x152", "type": "image/png", "purpose": "maskable any" },
    { "src": "/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable any" },
    { "src": "/icons/icon-384x384.png", "sizes": "384x384", "type": "image/png", "purpose": "maskable any" },
    { "src": "/icons/icon-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable any" }
  ],
  "screenshots": [
    {
      "src": "/images/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/images/screenshot-desktop.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "AI Nutritionist",
      "short_name": "AI Chat",
      "description": "Ask AI about nutrition",
      "url": "/#ai-chat",
      "icons": [{ "src": "/icons/shortcut-ai.png", "sizes": "96x96" }]
    },
    {
      "name": "BMI Calculator",
      "short_name": "BMI Calc",
      "description": "Calculate your BMI",
      "url": "/calculators",
      "icons": [{ "src": "/icons/shortcut-calc.png", "sizes": "96x96" }]
    },
    {
      "name": "Recipe Finder",
      "short_name": "Recipes",
      "description": "Find healthy recipes",
      "url": "/recipes",
      "icons": [{ "src": "/icons/shortcut-recipe.png", "sizes": "96x96" }]
    }
  ],
  "prefer_related_applications": false,
  "related_applications": []
}
