{
  "name": "BreezLife - Personal Wellness & Life Management",
  "short_name": "BreezLife",
  "description": "All-in-one personal wellness and life management application",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#E0F4F1",
  "theme_color": "#70D6C8",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["health", "lifestyle", "productivity", "wellness"],
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "BreezLife Dashboard on Desktop"
    },
    {
      "src": "/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "BreezLife Mobile Interface"
    }
  ],
  "shortcuts": [
    {
      "name": "Join Waitlist",
      "short_name": "Waitlist",
      "description": "Join the BreezLife waitlist for early access",
      "url": "/#waitlist",
      "icons": [
        {
          "src": "/shortcut-waitlist.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Features",
      "short_name": "Features",
      "description": "Explore BreezLife features",
      "url": "/#features",
      "icons": [
        {
          "src": "/shortcut-features.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ]
}
