{
  "id": "/",
  "name": "HNO-Gemeinschaftspraxis Kopp // Tichy",
  "short_name": "HNO Weiden",
  "description": "HNO-Gemeinschaftspraxis Kopp // Tichy in Weiden i.d.OPf. – Informationen zu Sprechzeiten, Leistungen, Team und Kontakt.",
  "lang": "de-DE",
  "dir": "ltr",

  "start_url": "/?source=pwa",
  "scope": "/",

  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "any",
  "categories": ["medical", "health"],

  "theme_color": "#333333",
  "background_color": "#333333",

  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],

  "shortcuts": [
    {
      "name": "Sprechzeiten",
      "short_name": "Sprechzeiten",
      "url": "/hno-sprechzeiten.html?source=pwa",
      "icons": [
        {
          "src": "/android-chrome-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Leistungen",
      "short_name": "Leistungen",
      "url": "/hno-leistungen.html?source=pwa",
      "icons": [
        {
          "src": "/android-chrome-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Team",
      "short_name": "Team",
      "url": "/hno-team.html?source=pwa",
      "icons": [
        {
          "src": "/android-chrome-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Englisch",
      "short_name": "EN",
      "url": "/en/?source=pwa",
      "icons": [
        {
          "src": "/android-chrome-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],

  "prefer_related_applications": false
}