Smart LG TV Remote Controller

Smart LG TV Remote Controller

This extension provides remote controller for LG Smart TVs.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Smart LG TV Remote Controller",
  "description": "This extension provides remote controller for LG Smart TVs.",
  "version": "2.3.1",
  "action": {
    "default_icon": "img/icon.png",
    "default_popup": "index.html"
  },
  "host_permissions": [
    "*://*/"
  ],
  "icons": {
    "48": "img/icon.png"
  },
  "options_page": "options.html"
}