SuperChromePass

SuperChromePass

Generate secure, per-domain password based on an original master password, with the click of a button

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "SuperChromePass",
  "options_page": "scp_options.html",
  "options_ui": {
    "page": "scp_options.html"
  },
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "3.0.3",
  "background": {
    "page": "scp_background.html"
  },
  "browser_action": {
    "default_icon": "images/icon_19.png",
    "default_popup": "scp_popup.html",
    "default_title": "SuperChromePass"
  },
  "content_scripts": [
    {
      "css": [
        "css/scp.css"
      ],
      "js": [
        "js/jquery.js",
        "js/superchromepass.js",
        "js/supergenpass.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "description": "Generate secure, per-domain password based on an original master password, with the click of a button",
  "icons": {
    "16": "images/icon_16.png",
    "48": "images/icon_48.png",
    "128": "images/icon_128.png"
  },
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDAlLX3Arr4AgLYLpO4t/HN6jZI7jS9VPDS4WSWWUczuvhVMJgv5DOJIFtJtDwndHscHZywV47QJwvtKgeVGt2iFIfBH7GsWwP4IUP/mvMPTZQ8CdF0hVFzZEdaYpawWcAGVTnMDWaxcpFqAC6izi+L8gW7C4daaC63h3obYaiAPQIDAQAB",
  "default_locale": "en"
}