Crosstec Remote Control Client

Crosstec Remote Control Client

CrossTec is now adding to the product's existing multi-platform support capabilities and you can now remotely manage any Google…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Crosstec Remote Control Client",
  "version": "1.0.3",
  "icons": {
    "16": "images/16.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "homepage_url": "https://chrome.google.com/webstore/detail/crosstec-remote-control-c/hilfdhlnmhmdhcfilfabcmabcpedgedd",
  "description": "",
  "permissions": [
    "tabs",
    "notifications",
    "management",
    "clipboardWrite",
    "clipboardRead",
    "<all_urls>"
  ],
  "default_locale": "en",
  "background": {
    "scripts": [
      "js/pubsub.js",
      "js/listeners.js",
      "js/useracklib.js",
      "js/i18nTranslate.js",
      "js/showlib.js",
      "js/view.js",
      "js/clipboard.js",
      "js/keyboard.js",
      "js/lock.js",
      "js/chatlib.js",
      "js/chromeguts.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/connection.js"
      ]
    }
  ],
  "options_page": "options.html",
  "browser_action": {
    "default_icon": "images/48.png",
    "default_title": "Crosstec Remote Control",
    "default_popup": "clientmenu.html"
  },
  "web_accessible_resources": [
    "images/message48.png"
  ],
  "manifest_version": 2
}