xaRemoteCtrl — Network RC for TV

Remote control Grundig® or Arçelik® Smart-TV devices via LAN TCP/IP network.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "version": "1.0.2020.289",
  "description": "__MSG_extDescr__",
  "author": "XA",
  "homepage_url": "https://xaxa.vivaldi.net/2020/05/05/xaremotecontrol-network-remote-control/",
  "options_page": "options.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"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "browser_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"
  },
  "offline_enabled": false,
  "permissions": [
    "storage"
  ]
}