{
  "name": "AkashaVani — Check the Forecast. Carry the Umbrella.",
  "short_name": "AkashaVani",
  "description": "AI-powered Vedic Astrology. Check the forecast. Carry the umbrella. Go live your life.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#1a1a2e",
  "background_color": "#0f0f1e",
  "categories": ["lifestyle", "health"],
  "screenshots": [
    {
      "src": "/screenshots/screenshot-192.png",
      "sizes": "192x192",
      "form_factor": "narrow",
      "type": "image/png"
    },
    {
      "src": "/screenshots/screenshot-512.png",
      "sizes": "512x512",
      "form_factor": "wide",
      "type": "image/png"
    }
  ],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Daily Horoscope",
      "short_name": "Horoscope",
      "description": "View your daily horoscope",
      "url": "/horoscope?source=shortcut",
      "icons": [
        {
          "src": "/icons/horoscope-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Get Your Kundli",
      "short_name": "Kundli",
      "description": "Create and view your birth chart",
      "url": "/profile?source=shortcut",
      "icons": [
        {
          "src": "/icons/kundli-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
