{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "FUEL - Smart Calorie Tracking",
  "short_name": "FUEL",
  "description": "Smart calorie and macro tracking with AI-powered recommendations for fitness and health goals",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#0D1117",
  "background_color": "#0D1117",
  "prefer_related_applications": false,
  "categories": [
    "health",
    "fitness",
    "productivity"
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-540.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshot-1080.png",
      "sizes": "1080x1440",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshot-1280.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Quick Log",
      "short_name": "Log Food",
      "description": "Quickly log a meal or snack",
      "url": "/log",
      "icons": [
        {
          "src": "/shortcut-log.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Today's Summary",
      "short_name": "Today",
      "description": "View today's calorie and macro summary",
      "url": "/today",
      "icons": [
        {
          "src": "/shortcut-today.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Weekly Report",
      "short_name": "Report",
      "description": "Check your weekly progress and insights",
      "url": "/weekly",
      "icons": [
        {
          "src": "/shortcut-weekly.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": [
            "image/*"
          ]
        }
      ]
    }
  }
}
