{
  "name": "HealthTracker",
  "short_name": "HealthTracker",
  "description": "Track your meals, analyze nutrition, and build healthy habits",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#8B5CF6",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/placeholder.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/placeholder.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["health", "nutrition", "lifestyle"],
  "shortcuts": [
    {
      "name": "Log Meal",
      "short_name": "Log",
      "description": "Quickly log a new meal",
      "url": "/?action=log",
      "icons": [
        {
          "src": "/placeholder.svg",
          "sizes": "96x96"
        }
      ]
    }
  ]
}