{
  "name": "ElderCare Rescue",
  "short_name": "ElderCare",
  "description": "Report and coordinate assistance for elderly people who need rescue, care or shelter.",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui"
  ],
  "background_color": "#fffaf1",
  "theme_color": "#573c4c",
  "orientation": "portrait-primary",
  "categories": [
    "health",
    "medical",
    "social"
  ],
  "lang": "en-IN",
  "dir": "ltr",
  "icons": [
    {
      "src": "/assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Report a Person",
      "short_name": "Report",
      "description": "Submit a new elderly rescue report",
      "url": "/report.php?source=shortcut",
      "icons": [
        {
          "src": "/assets/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Track Report",
      "short_name": "Track",
      "description": "Check the status of a submitted report",
      "url": "/track.php?source=shortcut",
      "icons": [
        {
          "src": "/assets/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "NGO Login",
      "short_name": "NGO",
      "description": "Open the NGO rescue dashboard",
      "url": "/ngo/login.php?source=shortcut",
      "icons": [
        {
          "src": "/assets/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}