{
  "name": "FitJourney Pro — AI Meal Scanner & Fitness Planner",
  "short_name": "FitJourney",
  "description": "AI-powered nutrition tracker and fitness companion. Scan meals with your camera, get personalized 7-day workout plans, and track your progress.",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#fef8f0",
  "theme_color": "#006b64",
  "categories": ["fitness", "health", "food"],
  "icons": [
    {
      "src": "icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "label": "FitJourney Pro AI Meal Scanner & Fitness Dashboard"
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.fitjourneypro.app",
      "id": "com.fitjourneypro.app"
    }
  ],
  "prefer_related_applications": false
}