{
  "name": "V.O.X. TV",
  "short_name": "V.O.X. TV",
  "description": "Nezávislá internetová televize s exkluzivními pořady bez cenzury.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#ffbb00",
  "orientation": "any",
  "scope": "/",
  "lang": "cs",
  "dir": "ltr",
  "categories": ["entertainment", "video", "news"],
  "icons": [
    {
      "src": "/favicon/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/favicon/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [
    {
      "src": "/favicon/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "platform": "wide",
      "label": "V.O.X. TV hlavní stránka"
    }
  ],
  "serviceworker": {
    "src": "/assets/js/video-tracker-worker.js",
    "scope": "/",
    "type": "module"
  },
  "features": [
    "cross-origin-isolated",
    "media-session",
    "offline-support"
  ],
  "prefer_related_applications": false,
  "protocol_handlers": [
    {
      "protocol": "web+voxtv",
      "url": "/?handler=%s"
    }
  ],
  "shortcuts": [
    {
      "name": "Domovská stránka",
      "short_name": "Domů",
      "description": "Přejít na domovskou stránku",
      "url": "/",
      "icons": [
        {
          "src": "/favicon/android-chrome-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "video/*": [".mp4", ".m3u8"]
      }
    }
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  }
}
