{
  "name": "OmniFuel — AI Nutrition & Fitness Tracker",
  "short_name": "OmniFuel",
  "description": "Log food with AI, track macros, water, supplements, and workouts. AI nutrition coaching built in.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0A0E1A",
  "theme_color": "#00D4FF",
  "orientation": "portrait-primary",
  "lang": "en",
  "categories": ["health", "fitness", "food"],
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Open your nutrition dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/favicon.png", "sizes": "1024x1024" }]
    },
    {
      "name": "Log Food",
      "short_name": "Log Food",
      "description": "Log what you ate",
      "url": "/dashboard",
      "icons": [{ "src": "/favicon.png", "sizes": "1024x1024" }]
    }
  ]
}
