Island Stream Client

Island Stream Client

Island Stream Client

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Island Stream Client",
  "short_name": "Island Stream",
  "description": "Island Stream Client",
  "version": "1.2.0.203",
  "manifest_version": 2,
  "app": {
    "background": {
      "scripts": [
        "js/background.js"
      ]
    }
  },
  "icons": {
    "16": "media/ico_app_16.png",
    "48": "media/ico_app_48.png",
    "128": "media/ico_app_128.png"
  },
  "permissions": [
    "clipboardWrite",
    "fullscreen",
    "http://*/",
    "pointerLock",
    {
      "socket": [
        "tcp-connect",
        "resolve-host",
        "udp-bind:*:*",
        "udp-send-to:*:*"
      ]
    },
    "storage"
  ],
  "requirements": {}
}