{
  "name": "Arbeitszeit Tracker",
  "short_name": "Arbeitszeit",
  "description": "Arbeitszeit und Wartezeit beim Kunden auch bei schlechter Verbindung erfassen",
  "start_url": "./index.php",
  "scope": "./",
  "display": "standalone",
  "background_color": "#f3f6fb",
  "theme_color": "#0b63ce",
  "orientation": "any",
  "icons": [
    {
      "src": "assets/favico/android-chrome-192x192.png?v=7.77",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/favico/android-chrome-512x512.png?v=7.77",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/favico/mstile-150x150.png?v=7.77",
      "sizes": "150x150",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "id": "./index.php",
  "display_override": [
    "standalone",
    "minimal-ui",
    "browser"
  ]
}