Password Boss

Password Boss

Remember every password and and login to websites automatically.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "homepage_url": "https://www.passwordboss.com/",
  "name": "__MSG_appName__",
  "version": "5.5.5104",
  "manifest_version": 2,
  "description": "__MSG_appDescription__",
  "icons": {
    "16": "images/icon-16.png",
    "19": "images/icon-19.png",
    "38": "images/icon-38.png",
    "128": "images/icon-128.png"
  },
  "externally_connectable": {
    "matches": [
      "*://*.passwordboss.com/*"
    ]
  },
  "default_locale": "en",
  "background": {
    "scripts": [
      "scripts/background/background-chrome.min.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "images/icon-19-grey.png",
      "38": "images/icon-38-grey.png"
    },
    "default_title": "Password Boss",
    "default_popup": "scripts/content-script/popups/download/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "match_about_blank": true,
      "js": [
        "scripts/content-script/content-chrome.min.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "permissions": [
    "tabs",
    "management",
    "nativeMessaging",
    "webNavigation",
    "contextMenus",
    "<all_urls>",
    "http://*/*",
    "https://*/*"
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkMjnwG7X/+4Goadlldi+cR4U86kKsdLVaPsyDz/Qy79kA2SMtdLx+6Bp9BR8oLKyfwS1yCnqyz29iOx/CMTDclJcrsrTbogR8IkDjzoc/8idFWQHhnpecW+pE+lz2OItO4itK6msQ9P0wbZGGzz72FUXeETEUX1BOo2b2tWaLNBTlRPpV187Q+4g+B/k6eRAxBxy+h95UArnC8PXAJRgLs0PJivdICfQXp6gnTV7oYQCV9PhWTk4gkadtcojA6Lbjdyup1NhtBzqnu6112+VbuaxuZp7PAn3EzQwqtGttXUzo7d2uPhVOIWrg9EzfoWILlO24UZeu6gm3KDfrGk+swIDAQAB",
  "web_accessible_resources": [
    "frame/*"
  ]
}