{
  "name": "Reel — Video Player",
  "short_name": "Reel",
  "description": "Beautiful local video player. Scan your device, play anything.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0a0a0a",
  "theme_color": "#0a0a0a",
  "icons": [
    { "src": "icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
    { "src": "icon-maskable.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "maskable" }
  ],
  "categories": ["entertainment"],
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "video/mp4":         [".mp4", ".m4v"],
        "video/x-matroska":  [".mkv"],
        "video/webm":        [".webm"],
        "video/quicktime":   [".mov"],
        "video/avi":         [".avi"],
        "video/x-msvideo":   [".avi"],
        "video/3gpp":        [".3gp", ".3g2"],
        "video/mp2t":        [".ts", ".m2ts", ".mts"],
        "video/ogg":         [".ogv"],
        "video/x-flv":       [".flv"],
        "video/x-ms-wmv":    [".wmv"],
        "video/*":           [".divx", ".vob", ".mpg", ".mpeg", ".hevc", ".f4v", ".rm", ".rmvb"]
      }
    }
  ],
  "protocol_handlers": [],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": { "title": "title", "text": "text", "url": "url" }
  }
}
