{
  "name": "0z Video Player",
  "short_name": "0z Player",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#050505",
  "theme_color": "#1db954",
  "icons": [
    {
      "src": "./0z4.webp",
      "sizes": "192x192 512x512",
      "type": "image/webp",
      "purpose": "any maskable"
    }
  ],
  "launch_handler": {
    "client_mode": ["focus-existing", "auto"]
  },
  "file_handlers": [
    {
      "action": "./index.html",
      "accept": {
        "video/mp4": [".mp4", ".m4v"],
        "video/x-matroska": [".mkv"],
        "video/webm": [".webm"],
        "video/quicktime": [".mov"],
        "video/x-msvideo": [".avi"],
        "video/ogg": [".ogv"],
        "video/mp2t": [".ts", ".mts", ".m2ts"],
        "video/x-ms-wmv": [".wmv"],
        "video/x-flv": [".flv"],
        "application/x-subrip": [".srt"],
        "text/vtt": [".vtt"],
        "text/x-ssa": [".ass", ".ssa"]
      }
    }
  ]
}