{
  "name": "RestroomNow",
  "short_name": "RestroomNow",
  "description": "Find a restroom. Right now.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "192x192 512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["utilities", "navigation"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Find nearest restroom",
      "short_name": "Find restroom",
      "description": "Find the nearest restroom to your current location",
      "url": "/?action=nearby",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
