{
  "name": "GitaAmrit — गीतामृत",
  "short_name": "GitaAmrit",
  "description": "Nectar of the Gita. 700 verses, audio, AI guidance — a beautiful space for timeless wisdom.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FFFBF5",
  "theme_color": "#D4740C",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["books", "education", "lifestyle"],
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Home screen showing verse of the day"
    },
    {
      "src": "/screenshots/chapter.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Chapter view with beautiful grid"
    }
  ],
  "shortcuts": [
    {
      "name": "Today's Verse",
      "short_name": "Verse",
      "description": "Read today's verse",
      "url": "/verse-of-day",
      "icons": [{ "src": "/icons/shortcut-verse.png", "sizes": "96x96" }]
    },
    {
      "name": "Chapters",
      "short_name": "Chapters",
      "description": "Browse all 18 chapters",
      "url": "/chapters",
      "icons": [{ "src": "/icons/shortcut-chapters.png", "sizes": "96x96" }]
    },
    {
      "name": "Ask Gita",
      "short_name": "Ask",
      "description": "Ask questions about the Gita",
      "url": "/ask-gita",
      "icons": [{ "src": "/icons/shortcut-ask.png", "sizes": "96x96" }]
    }
  ],
  "prefer_related_applications": false,
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "text": "text"
    }
  }
}
