{
  "name": "Toilet Hunter — Find Public Restrooms",
  "short_name": "Toilet Hunter",
  "description": "Find clean, accessible public restrooms anywhere. Free, real-time map.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0d1408",
  "theme_color": "#5cb82e",
  "lang": "en",
  "categories": ["travel", "navigation", "utilities", "health"],
  "icons": [
    {
      "src": "/mascot-face.jpg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "any"
    },
    {
      "src": "/mascot-face.jpg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/splash-banner.jpg",
      "sizes": "1200x630",
      "type": "image/jpeg",
      "label": "Toilet Hunter splash"
    }
  ],
  "shortcuts": [
    {
      "name": "Find restrooms near me",
      "short_name": "Near me",
      "description": "Show restrooms at your current location",
      "url": "/?action=nearby",
      "icons": [{"src": "/mascot-face.jpg", "sizes": "96x96"}]
    },
    {
      "name": "Saved restrooms",
      "short_name": "Saved",
      "description": "View your saved restrooms",
      "url": "/?view=favs",
      "icons": [{"src": "/mascot-face.jpg", "sizes": "96x96"}]
    }
  ]
}
