{
  "name": "Gotta Go — Closest bathroom",
  "short_name": "Gotta Go",
  "description": "Find the closest public bathroom, instantly. One tap to directions.",
  "start_url": "/restroom-finder/",
  "scope": "/restroom-finder/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f0a1f",
  "theme_color": "#8b5cf6",
  "categories": ["navigation", "travel", "health", "lifestyle"],
  "icons": [
    {
      "src": "/restroom-finder/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/restroom-finder/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/restroom-finder/icon-maskable.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Find closest bathroom",
      "short_name": "GO",
      "url": "/restroom-finder/?action=go",
      "icons": [{ "src": "/restroom-finder/icon-192.svg", "sizes": "192x192" }]
    }
  ]
}
