Avitice Remote Manager Client

Avitice Remote Manager Client

AviTice Remote Manager Client pour Google Chrome AviTice Remote Manager offre les capacités de gestion de bureau et de prise en…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Avitice Remote Manager Client",
  "version": "1.0.3",
  "icons": {
    "16": "images/16.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "homepage_url": "http://www.avitice.com/",
  "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": "Avitice Remote Manager",
    "default_popup": "clientmenu.html"
  },
  "web_accessible_resources": [
    "images/message48.png"
  ],
  "manifest_version": 2
}