{
  "id": "/?app=vedastro",
  "name": "VedAstro - Vedic Astrology",
  "short_name": "VedAstro",
  "description": "Free Vedic birth chart analysis, horoscope predictions, compatibility matching, and AI-powered astrology tools.",
  "lang": "en",
  "start_url": "/Home.html?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f0f2f5",
  "theme_color": "#1a237e",
  "orientation": "any",
  "categories": ["lifestyle", "education"],
  "icons": [
    { "src": "/images/icons/icon-72.png", "sizes": "72x72", "type": "image/png" },
    { "src": "/images/icons/icon-96.png", "sizes": "96x96", "type": "image/png" },
    { "src": "/images/icons/icon-128.png", "sizes": "128x128", "type": "image/png" },
    { "src": "/images/icons/icon-144.png", "sizes": "144x144", "type": "image/png" },
    { "src": "/images/icons/icon-152.png", "sizes": "152x152", "type": "image/png" },
    { "src": "/images/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/images/icons/icon-384.png", "sizes": "384x384", "type": "image/png" },
    { "src": "/images/icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/images/icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Horoscope",
      "short_name": "Horoscope",
      "url": "/Horoscope.html?source=shortcut",
      "icons": [{ "src": "/images/icons/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Match Checker",
      "short_name": "Match",
      "url": "/MatchChecker.html?source=shortcut",
      "icons": [{ "src": "/images/icons/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Chat with Astrologer",
      "short_name": "Chat",
      "url": "/AstrologerChat.html?source=shortcut",
      "icons": [{ "src": "/images/icons/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "My Reminders",
      "short_name": "Reminders",
      "url": "/Reminders.html?source=shortcut",
      "icons": [{ "src": "/images/icons/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    }
  ],
  "share_target": {
    "action": "/Home.html",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "launch_handler": {
    "client_mode": "focus-existing"
  }
}
