{
  "name": "Flohmarkt",
  "short_name": "Flohmarkt",
  "id": "tirol.spue-ma.flohmarkt",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#eeeeee",
  "background_color": "#eeeeee",
  "icons": [
    {
      "src": "/assets/icon-64.png",
      "sizes": "64x64",
      "type": "image/png"
    },
    {
      "src": "/assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+flohmarkt",
      "url": "/open?url=%s"
    }
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  }
}
