Netwrix Password Secure

Netwrix Password Secure

Enterprise Password Management

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Netwrix Password Secure",
  "short_name": "PSR",
  "description": "__MSG_extension_description__",
  "author": "Netwrix Corporation",
  "manifest_version": 2,
  "version": "9.0.2.30602",
  "default_locale": "en",
  "homepage_url": "https://netwrix.com/go/ps-product-en",
  "permissions": [
    "activeTab",
    "http://*/*",
    "https://*/*",
    "file://*/*",
    "notifications",
    "privacy",
    "identity"
  ],
  "browser_action": {
    "default_icon": {
      "16": "img/icon_locked_16.png",
      "19": "img/icon_locked_19.png",
      "24": "img/icon_locked_24.png",
      "32": "img/icon_locked_32.png",
      "48": "img/icon_locked_48.png",
      "64": "img/icon_locked_64.png",
      "128": "img/icon_locked_128.png",
      "256": "img/icon_locked_256.png",
      "512": "img/icon_locked_512.png"
    },
    "default_title": "Netwrix Password Secure",
    "default_popup": "ui/popup.html"
  },
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "icons": {
    "16": "img/icon_16.png",
    "24": "img/icon_24.png",
    "32": "img/icon_32.png",
    "48": "img/icon_48.png",
    "64": "img/icon_64.png",
    "128": "img/icon_128.png",
    "256": "img/icon_256.png",
    "512": "img/icon_512.png"
  },
  "options_ui": {
    "page": "ui/options.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "all_frames": true,
      "exclude_globs": [
        "*://ad.*/*",
        "*://ad0.*/*",
        "*://ad1.*/*",
        "*://ad2.*/*",
        "*://ad3.*/*",
        "*://ad4.*/*",
        "*://ad5.*/*",
        "*://ad6.*/*",
        "*://ad7.*/*",
        "*://ad8.*/*",
        "*://ad9.*/*",
        "*://ads?.*/*",
        "*://adserver*.*/*",
        "*://*/*adframe*",
        "*://tag.admeld*.*/*",
        "*://*.atdmt.com/*",
        "*://*.doubleclick.*/*",
        "*://*.ak.fbcdn.net/*",
        "*://plusone.google.com/*",
        "*://platform.twitter.com/widgets/*",
        "*://*.facebook.com/widgets/*",
        "*://*.facebook.com/plugins/*",
        "*://*.facebook.com/extern/*",
        "*://stats.complex.com/*",
        "*://*.addthis.com/static/*",
        "*://vitamine.networldmedia.net/*",
        "*://api.tweetmeme.com/*",
        "*://*.atwola.com/*",
        "*://engine.adzerk.net/*",
        "*://*.stumbleupon.com/badge/*",
        "*://*.bizographics.com/collect/*"
      ],
      "js": [
        "src/content/abstract_browser.js",
        "src/content/shared-content.js",
        "src/content/content_trans.js",
        "lib/vue.min.js",
        "src/content/components/main.js",
        "src/content/html_factory.js",
        "src/content/sidebar.js",
        "src/content/add_password.js",
        "src/content/content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "file://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "img/*.svg"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}