{
  "id": "/player/",
  "name": "HEYGOW Player",
  "short_name": "HEYGOW",
  "description": "Open your own video or audio and repeat a selected section. Files stay on your device.",
  "start_url": "/player/",
  "scope": "/player/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "any",
  "background_color": "#0f151c",
  "theme_color": "#0f151c",
  "categories": ["education", "music", "utilities"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "file_handlers": [
    {
      "action": "/player/",
      "accept": {
        "video/mp4": [".mp4", ".m4v"],
        "video/webm": [".webm"],
        "video/quicktime": [".mov"],
        "video/x-matroska": [".mkv"],
        "audio/mpeg": [".mp3"],
        "audio/mp4": [".m4a"],
        "audio/wav": [".wav"],
        "audio/flac": [".flac"],
        "audio/ogg": [".ogg", ".oga"],
        "audio/webm": [".weba"]
      }
    }
  ]
}
