Smart LG TV remote control

Smart LG TV remote control

Remote control for LG smart TV set. Extension allows to control some WebOS based LG TV models. It uses generic protocol, so can be…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extension_name__",
  "short_name": "__MSG_extension_short_name__",
  "manifest_version": 3,
  "version": "1.55",
  "default_locale": "en",
  "action": {
    "default_icon": "resources/icon32.png",
    "default_popup": "popup.html"
  },
  "minimum_chrome_version": "93",
  "background": {
    "service_worker": "js/background.js"
  },
  "icons": {
    "16": "resources/icon16.png",
    "24": "resources/icon24.png",
    "32": "resources/icon32.png",
    "48": "resources/icon48.png",
    "128": "resources/icon128.png"
  },
  "permissions": [
    "contextMenus",
    "alarms",
    "storage"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "oauth2": {
    "client_id": "626232024812-uu6hlecur01me7vrsavnb5e7lh3is5ni.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/chromewebstore.readonly"
    ]
  }
}