CommonKey

CommonKey

CommonKey | team password management and sharing for collaborative companies.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2022.10.5743",
  "manifest_version": 2,
  "name": "CommonKey",
  "description": "CommonKey | team password management and sharing for collaborative companies.",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "lib/js/browser-polyfill.js",
        "content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "lib/js/browser-polyfill.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/shield-19-bw.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "<all_urls>",
    "tabs",
    "webNavigation",
    "webRequest",
    "notifications",
    "storage",
    "unlimitedStorage"
  ],
  "icons": {
    "16": "img/logo-16.png",
    "48": "img/logo-48.png",
    "128": "img/logo-128.png"
  },
  "web_accessible_resources": [
    "widget.html",
    "img/logo-16.png",
    "lib/welcome-page/index.html",
    "lib/welcome-page/firefox-index.html"
  ]
}