NetSupport Manager Client

NetSupport Manager Client

NetSupport Manager delivers the very latest in remote PC support and desktop management capabilities. Flexibility is key in the…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "NetSupport Manager 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/dilkdnaihnkfembidikggnigimnbjcjn",
  "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": "NetSupport Manager",
    "default_popup": "clientmenu.html"
  },
  "web_accessible_resources": [
    "images/message48.png"
  ],
  "manifest_version": 2
}