{
  "name": "OnlineTvRecorder V3",
  "short_name": "OTR V3",
  "description": "OnlineTvRecorder V3 - TV recording delivery portal",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "launch_handler": { "client_mode": "focus-existing" },
  "file_handlers": [
    {
      "action": "/#/decoder",
      "accept": { "application/octet-stream": [".otrkey"] }
    },
    {
      "action": "/#/decoder",
      "accept": { "application/x-otr2": [".otr2"] }
    }
  ],
  "orientation": "any",
  "background_color": "#0c111c",
  "theme_color": "#0c111c",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "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-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
