{
  "name": "CosmoBlog",
  "short_name": "CosmoBlog",
  "id": "/?source=pwa",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#42b883",
  "orientation": "portrait",
  "description": "CosmoDiva helps women track their periods, ovulation, and safe days with ease. Get personalized insights, wellness tips, and take control of your health — anytime, anywhere.",
  "categories": ["Lifestyle", "Medical", "Health & Fitness", "Productivity", "Wellness", "Menstrual Health", "Period Tracker", "Ovulation Tracker", "Fertility Tracker"],
  "lang": "en",
  "icons": [
    {
      "src": "/pwa/logo-192-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/pwa/logo-512-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/pwa/bg-1280-720.png",
      "sizes": "1280x720",
      "type": "image/png",
      "platform": "wide"
    },
    {
      "src": "/pwa/bg-720-1280.png",
      "sizes": "720x1280",
      "type": "image/png",
      "platform": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "See About",
      "short_name": "About",
      "url": "/about",
      "icons": [{ "src": "/logo.png", "sizes": "96x96" }]
    }
  ]
}