{
  "id": "kindconnect-verified-donations",
  "name": "KindConnect | Verified Donation Ecosystem",
  "short_name": "KindConnect",
  "description": "Connecting verified donors with genuine needs. Bridging the gap with trust and transparency.",
  "dir": "ltr",
  "lang": "en-US",
  "start_url": "index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "minimal-ui"
  ],
  "background_color": "#F8FAFC",
  "theme_color": "#0D9488",
  "orientation": "portrait-primary",
  "categories": [
    "lifestyle",
    "social",
    "utilities"
  ],
  "icons": [
    {
      "src": "icon-192.jpg",
      "sizes": "192x192",
      "type": "image/jpg",
      "purpose": "any"
    },
    {
      "src": "icon-512.jpg",
      "sizes": "512x512",
      "type": "image/jpg",
      "purpose": "any"
    },
    {
      "src": "icon-maskable.jpg",
      "sizes": "512x512",
      "type": "image/jpg",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "KindConnect Home Dashboard"
    },
    {
      "src": "screenshot-mobile.png",
      "sizes": "720x1280",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "KindConnect Mobile Experience"
    }
  ],
  "shortcuts": [
    {
      "name": "Donate Now",
      "short_name": "Donate",
      "url": "index.html#donate-hub",
      "description": "View live needs from verified NGOs",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "NGO Dashboard",
      "short_name": "NGO",
      "url": "index.html#ngo-dashboard",
      "description": "Manage your organization",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}