{
  "id": "/find",
  "name": "POO PIN — Restroom Finder",
  "short_name": "POO PIN",
  "description": "Find clean, safe, family-friendly restrooms near you.",
  "start_url": "/find",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#2fd6ae",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Emergency", "short_name": "Emergency", "url": "/emergency", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Find a restroom", "short_name": "Find", "url": "/find", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Road trip", "short_name": "Road trip", "url": "/road-trip", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] }
  ]
}
