Remote Control ˣᵃ — Network remote ctl for TV

Remote Control ˣᵃ — Network remote ctl for TV

Remote control Grundig® or Arçelik® Smart-TV devices via LAN TCP/IP network.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "version": "2.1.2022.201",
  "author": "XA",
  "description": "__MSG_extDescr__",
  "homepage_url": "https://xaxa.vivaldi.net/2020/05/05/xaremotecontrol-network-remote-control/",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "16": "icons/icon-16x16.png",
      "19": "icons/icon-19x19.png",
      "32": "icons/icon-32x32.png",
      "48": "icons/icon-48x48.png",
      "64": "icons/icon-64x64.png",
      "128": "icons/icon-128x128.png"
    },
    "default_popup": "popup.html"
  },
  "default_locale": "en",
  "icons": {
    "16": "icons/icon-16x16.png",
    "19": "icons/icon-19x19.png",
    "32": "icons/icon-32x32.png",
    "48": "icons/icon-48x48.png",
    "64": "icons/icon-64x64.png",
    "128": "icons/icon-128x128.png"
  },
  "offline_enabled": true,
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "permissions": [
    "storage"
  ]
}