TV4ever

TV4ever

Record TV and radio from hundreds of station all over the World TV4ever is the modern version of a video recorder! It makes it…

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",
  "short_name": "TV4ever",
  "description": "",
  "version": "1.4.5.8",
  "minimum_chrome_version": "38",
  "default_locale": "en",
  "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"
    ]
  }
}