NetDocuments

NetDocuments

If you wish to remove the NetDocuments Extension, please BACKUP your list of connected sites in case you want to reinstall later.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "NetDocuments",
  "description": "If you wish to remove the NetDocuments Extension, please BACKUP your list of connected sites in case you want to reinstall later.",
  "version": "1.8.0.333",
  "author": "NetDocuments Software Inc.",
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "css": [
        "css/style.css"
      ],
      "js": [
        "js/jquery-3.1.1.min.js",
        "js/contentscript.js"
      ],
      "all_frames": true
    }
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "permissions": [
    "storage",
    "tabs",
    "management",
    "webRequest"
  ],
  "action": {
    "default_title": "",
    "default_icon": "images/nd.png",
    "default_popup": "html/popup.html"
  },
  "options_ui": {
    "page": "html/options.html",
    "open_in_tab": false
  },
  "icons": {
    "128": "images/128x128/nd.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "images/nd.png",
        "netDocumentsFrame.html"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "manifest_version": 3
}