Netwrix Password Secure

Netwrix Password Secure

With the browser extension of the award-winning password management solution Netwrix Password Secure, all employees can log in securely on the web and retrieve their required credentials directly in Mozilla Firefox.

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.3.30606",
  "default_locale": "en",
  "homepage_url": "https://netwrix.com/go/ps-product-en",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "notifications",
    "privacy",
    "clipboardWrite",
    "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"
  },
  "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"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{3bdedc7b-4521-44e0-bffe-519f60814d95}"
    }
  }
}