{
  "name": "IBI Media Player",
  "short_name": "IBI Player",
  "id": "./",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "background_color": "#0a0d12",
  "theme_color": "#000000",
  "orientation": "any",
  "description": "IBI Media Player — audio and video at any speed from 0.25× to 4×, playlist, captions, picture-in-picture. India Business International.",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "file_handlers": [
    {
      "action": "./",
      "accept": {
        "video/*": [
          ".mp4",
          ".m4v",
          ".webm",
          ".mkv",
          ".mov",
          ".ogv",
          ".3gp",
          ".avi",
          ".ts",
          ".mpg",
          ".mpeg",
          ".wmv"
        ],
        "audio/*": [
          ".mp3",
          ".m4a",
          ".m4b",
          ".aac",
          ".wav",
          ".flac",
          ".ogg",
          ".oga",
          ".opus",
          ".weba",
          ".wma",
          ".aiff"
        ],
        "text/vtt": [
          ".vtt"
        ],
        "application/x-subrip": [
          ".srt"
        ]
      }
    }
  ],
  "categories": [
    "entertainment",
    "music",
    "utilities"
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  }
}