{
  "name": "Rotary Club of Dhulikhel",
  "short_name": "Rotary Dhulikhel",
  "description": "The Rotary Club of Dhulikhel is dedicated to community service and humanitarian aid in Nepal and around the world.",
  "icons": [
    {
      "src": "icons/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#0c3c7c",
  "background_color": "#ffffff",
  "orientation": "portrait-primary",
  "lang": "en",
  "dir": "ltr",
  "categories": ["social", "community", "organization"],
  "screenshots": [
    {
      "src": "screenshots/home-desktop.jpg",
      "sizes": "1280x800",
      "type": "image/jpeg",
      "platform": "wide",
      "label": "Rotary Club of Dhulikhel Homepage"
    },
    {
      "src": "screenshots/home-mobile.jpg",
      "sizes": "750x1334",
      "type": "image/jpeg",
      "platform": "narrow",
      "label": "Rotary Club of Dhulikhel on Mobile"
    }
  ],
  "related_applications": [
    {
      "platform": "web"
    }
  ],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Donate",
      "short_name": "Donate",
      "description": "Make a donation to support our projects",
      "url": "/donate",
      "icons": [{ "src": "icons/donate-icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Events",
      "short_name": "Events",
      "description": "See upcoming events",
      "url": "/news",
      "icons": [{ "src": "icons/events-icon-192x192.png", "sizes": "192x192" }]
    }
  ]
} 