{
  "name": "YUVA Bharat",
  "short_name": "YUVA Bharat",
  "description": "The YUVA website with installable offline-ready behavior and update alerts.",
  "version": "1.5.2",
  "lang": "en-IN",
  "dir": "ltr",
  "id": "/",
  "start_url": "/home.html",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "fullscreen",
    "minimal-ui"
  ],
  "orientation": "portrait-primary",
  "theme_color": "#FF9933",
  "background_color": "#FFF7ED",
  "categories": [
    "education",
    "social",
    "productivity",
    "lifestyle"
  ],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "icons": [
    {
      "src": "/pwa/icons/192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa/icons/512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/pwa/icons/Dextop screen shot.png",
      "sizes": "1880x982",
      "type": "image/png",
      "form_factor": "wide",
      "label": "YUVA — Desktop homepage view"
    },
    {
      "src": "/pwa/icons/Mobile Screen shot.png",
      "sizes": "382x878",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "YUVA — Mobile homepage view"
    }
  ],
  "shortcuts": [
    {
      "name": "Upcoming Events",
      "short_name": "Events",
      "description": "View upcoming YUVA events and initiatives",
      "url": "/Events/Upcoming.html",
      "icons": [
        {
          "src": "/pwa/icons/192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Donate Support",
      "short_name": "Donate",
      "description": "Support YUVA initiatives and vision",
      "url": "/Donate/Donate.html",
      "icons": [
        {
          "src": "/pwa/icons/192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Photo Gallery",
      "short_name": "Gallery",
      "description": "Browse activity photos and memories",
      "url": "/Gallary/photo.html",
      "icons": [
        {
          "src": "/pwa/icons/192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/home.html",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+yuva",
      "url": "/home.html?from=%s"
    }
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "handle_links": "auto",
  "prefer_related_applications": false
}