{
  "name": "FickaFit — Free AI Fitness & Nutrition",
  "short_name": "FickaFit",
  "description": "Free AI-powered meal plans, custom workout routines, and nutrition tracking personalized for your goals.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#22C55E",
  "orientation": "portrait-primary",
  "categories": ["health", "fitness", "food"],
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "src": "/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "label": "FickaFit — AI Health & Fitness Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Get My Free Meal Plan",
      "short_name": "Meal Plan",
      "description": "Generate a free personalized AI meal plan",
      "url": "/register",
      "icons": [{ "src": "/logo.svg", "sizes": "any" }]
    },
    {
      "name": "View Pricing",
      "short_name": "Pricing",
      "description": "See FickaFit subscription plans",
      "url": "/pricing",
      "icons": [{ "src": "/logo.svg", "sizes": "any" }]
    }
  ]
}
