TV4ever beta

TV4ever beta

This is the beta version of TV2ever 2.0. The beta version has been thoroughly tested by the developers so it should be reasonably…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "TV4ever beta",
  "short_name": "TV4ever beta",
  "description": "",
  "version": "1.5.6.8",
  "minimum_chrome_version": "38",
  "default_locale": "da",
  "icons": {
    "16": "assets/icon_16.png",
    "128": "assets/icon_128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "permissions": [
    {
      "fileSystem": [
        "write",
        "retainEntries",
        "directory"
      ]
    },
    "webview",
    "fullscreen",
    "storage",
    "http://*/",
    "https://*/"
  ],
  "webview": {
    "partitions": [
      {
        "name": "tv4ever",
        "accessible_resources": [
          "local_*.html",
          "*.png"
        ]
      }
    ]
  },
  "file_handlers": {
    "text": {
      "types": [
        "text/*"
      ]
    }
  },
  "externally_connectable": {
    "ids": [
      "hmpadaackcccnhpmcggjdapkmmefkadc",
      "gebkfnpbgnnlgbdlcfbeabdjkfmhfjlm",
      "hhnklhpjdhkkbogojhehhkhnbbkjmbbm",
      "jddddcpedladgjeaoaefnholkbcbacfn"
    ]
  }
}