{
  "name": "DivyaDrishti - Vedic Astrology", 
  "short_name": "DivyaDrishti",
  "description": "AI-powered Vedic astrology platform for personalized astrological reports and insights",
  "start_url": "/?source=pwa",
  "display": "fullscreen",
  "display_override": ["fullscreen", "standalone"], 
  "background_color": "#0f766e",
  "theme_color": "#0f766e",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "gcm_sender_id": "103953800507",
  "categories": ["lifestyle", "entertainment", "personalization"],
  "icons": [
    {
      "src": "/divyadrishti-logo-v2.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/divyadrishti-logo-v2.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/divyadrishti-logo-v2.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/divyadrishti-logo-v2.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/divyadrishti-logo-v2.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/divyadrishti-logo-v2.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/divyadrishti-logo-v2.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/divyadrishti-logo-v2.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/divyadrishti-logo-v2.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/divyadrishti-logo-v2.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Create Profile",
      "short_name": "New Profile",
      "description": "Create a new astrological profile",
      "url": "/?action=create-profile",
      "icons": [{ "src": "/divyadrishti-logo-v2.png", "sizes": "192x192" }]
    },
    {
      "name": "View Reports",
      "short_name": "Reports", 
      "description": "View your astrological reports",
      "url": "/?action=view-reports",
      "icons": [{ "src": "/divyadrishti-logo-v2.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop.png",
      "type": "image/png",
      "sizes": "1280x720",
      "form_factor": "wide"
    },
    {
      "src": "/screenshots/mobile.png",
      "type": "image/png",
      "sizes": "750x1334",
      "form_factor": "narrow"
    }
  ]
}