Cast.UASAY - videos from websites on your Enigma2

Cast.UASAY - videos from websites on your Enigma2

Cast.UASAY allows you to play videos on your Enigma2 from websites, including movies, TV shows, news broadcasts, sports.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "js/main.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/indicator_off.png",
    "default_popup": "popup.html"
  },
  "name": "__MSG_appName__",
  "short_name": "__MSG_appShortName__",
  "description": "__MSG_appDescription__",
  "icons": {
    "16": "img/icons/16.png",
    "48": "img/icons/48.png",
    "128": "img/icons/128.png"
  },
  "manifest_version": 2,
  "default_locale": "ru",
  "permissions": [
    "tabs",
    "webRequest",
    "*://*/*",
    "storage"
  ],
  "version": "0.30",
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "author": "Chechota Alexander",
  "homepage_url": "https://cast.uasay.com"
}