VLC

VLC

IMPORTANT: read the instructions for the first start below! VLC media player is a free and open source cross-platform multimedia…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "default_locale": "en",
  "manifest_version": 2,
  "version": "321.33249",
  "version_name": "1.7.3",
  "offline_enabled": true,
  "app": {
    "background": {
      "page": "app_main.html"
    }
  },
  "icons": {
    "16": "icon.png",
    "128": "icon.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications",
    "clipboardRead",
    {
      "socket": [
        "tcp-connect",
        "tcp-listen",
        "udp-bind",
        "udp-send-to",
        "resolve-host",
        "resolve-proxy"
      ]
    },
    "accessibilityFeatures.read",
    "https://clients2.google.com/",
    "clipboardWrite",
    "alarms",
    "storage",
    "overrideEscFullscreen",
    "fullscreen",
    {
      "fileSystem": [
        "write",
        "retainEntries",
        "directory"
      ]
    }
  ],
  "requirements": {
    "3D": {
      "features": [
        "webgl"
      ]
    }
  },
  "kiosk_enabled": true,
  "import": [
    {
      "id": "mfaihdlpglflfgpfjcifdjdjcckigekc"
    }
  ],
  "file_handlers": {
    "arc.types": {
      "types": [
        "application/ogg",
        "application/vnd.rn-realmedia*",
        "audio/*",
        "application/vnd.dvd*",
        "application/x-quicktimeplayer",
        "misc/ultravox",
        "video/avi",
        "application/sdp",
        "application/xspf+xml",
        "application/x-shockwave-flash",
        "application/vnd.3gp*",
        "video/*",
        "application/vnd.dolby*",
        "video/mkv",
        "application/x-mpegURL",
        "application/mp4",
        "application/3gpp*",
        "application/x-flac",
        "application/x-matroska",
        "application/x-extension-mp4",
        "application/vnd.apple.mpegurl",
        "application/x-iso9660-image",
        "application/x-ogg",
        "video/rmvb",
        "application/mpeg*"
      ]
    },
    "arc.exts": {
      "extensions": [
        "mp4v",
        "tts",
        "aiff",
        "aifc",
        "dv",
        "mp4",
        "mp2",
        "mp3",
        "mp1",
        "tta",
        "adt",
        "m4p",
        "m4v",
        "ts",
        "m4b",
        "wma",
        "amv",
        "mpg",
        "mpe",
        "mpc",
        "mpa",
        "mov",
        "w64",
        "rm",
        "mxf",
        "mxg",
        "amr",
        "mod",
        "f4v",
        "ismv",
        "mp2v",
        "nuv",
        "nut",
        "webm",
        "rmi",
        "gvi",
        "m2t",
        "m2v",
        "ac3",
        "ra",
        "m2ts",
        "rec",
        "oma",
        "wtv",
        "m3u8",
        "wm",
        "wv",
        "adts",
        "asf",
        "vro",
        "iso",
        "drc",
        "gxf",
        "xm",
        "xa",
        "wmv",
        "s3m",
        "vqf",
        "nsv",
        "ape",
        "ps",
        "mpga",
        "mka",
        "opus",
        "mkv",
        "a52",
        "wav",
        "tod",
        "3g2",
        "ogx",
        "ogv",
        "ogm",
        "flac",
        "m1v",
        "ogg",
        "xesc",
        "oga",
        "m4a",
        "aac",
        "mts",
        "mtv",
        "flv",
        "mlp",
        "dts",
        "aif",
        "caf",
        "spx",
        "mpeg1",
        "mpeg2",
        "mpeg4",
        "vob",
        "voc",
        "ram",
        "it",
        "mpv2",
        "avi",
        "rmvb",
        "3gpp",
        "mid",
        "aob",
        "3gp",
        "mpeg",
        "divx",
        "3ga",
        "awb",
        "3gp2"
      ]
    }
  },
  "arc_metadata": {
    "apkList": [
      "VLC-Android-CHROME-1.7.3-x86.apk"
    ],
    "enableExternalDirectory": true,
    "formFactor": "tablet",
    "name": "VLC for Chrome OS",
    "orientation": "landscape",
    "packageName": "org.videolan.vlc",
    "resize": "reconfigure",
    "short_name": "VLC"
  }
}