{
  "name": "Rise Health Dashboard",
  "short_name": "Rise Health",
  "description": "Track your weight, activities, and health progress with AI-powered insights",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#667eea",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/AppIcons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/AppIcons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/AppIcons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/AppIcons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/AppIcons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/AppIcons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/AppIcons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/AppIcons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/dashboard.png",
      "sizes": "1280x720",
      "type": "image/png"
    }
  ],
  "categories": ["health", "fitness", "lifestyle"],
  "shortcuts": [
    {
      "name": "Log Weight",
      "short_name": "Log Weight",
      "description": "Quick entry for weight measurement",
      "url": "/measurements",
      "icons": [
        {
          "src": "/AppIcons/icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "View Insights",
      "short_name": "Insights",
      "description": "Check AI-powered insights",
      "url": "/insights",
      "icons": [
        {
          "src": "/AppIcons/icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
