{
  "name": "FlushMap",
  "short_name": "FlushMap",
  "description": "Find, rate, and review public bathrooms near you.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "lang": "en",
  "dir": "ltr",
  "handle_links": "preferred",
  "launch_handler": { "client_mode": ["navigate-existing", "auto"] },
  "edge_side_panel": { "preferred_width": 400 },
  "display_override": ["window-controls-overlay", "tabbed", "standalone", "minimal-ui", "browser"],
  "tab_strip": { "home_tab": { "scope_patterns": [{ "pathname": "/" }] }, "new_tab_button": { "url": "/map" } },
  "note_taking": { "new_note_url": "/add" },
  "protocol_handlers": [
    { "protocol": "web+flushmap", "url": "/?q=%s" }
  ],
  "file_handlers": [
    {
      "action": "/add",
      "accept": { "image/*": [".png", ".jpg", ".jpeg", ".webp"] },
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }],
      "launch_type": "single-client"
    }
  ],
  "share_target": {
    "action": "/add",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        { "name": "photos", "accept": ["image/*"] }
      ]
    }
  },
  "iarc_rating_id": "e58c174a-81d2-5c3c-32cc-34308401f045",
  "categories": ["travel", "lifestyle", "utilities", "navigation"],
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "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-192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "widgets": [
    {
      "name": "Nearby bathrooms",
      "short_name": "Nearby",
      "description": "Quickly jump to bathrooms near you.",
      "tag": "nearby",
      "template": "flushmap-nearby",
      "ms_ac_template": "/widgets/nearby-template.json",
      "data": "/widgets/nearby-data.json",
      "type": "application/json",
      "screenshots": [
        { "src": "/icon-512.png", "sizes": "512x512", "label": "Nearby widget", "form_factor": "wide" }
      ],
      "icons": [
        { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ],
      "auth": false,
      "update": 86400
    }
  ],
  "shortcuts": [
    {
      "name": "Map",
      "short_name": "Map",
      "description": "Browse bathrooms on the map",
      "url": "/map",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Nearby",
      "short_name": "Nearby",
      "description": "Bathrooms near you",
      "url": "/nearby",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Add bathroom",
      "short_name": "Add",
      "description": "Add a new bathroom",
      "url": "/add",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}