BeanLogin

BeanLogin

BeanLogin plugin

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "BeanLogin",
  "description": "BeanLogin plugin",
  "version": "4.3",
  "browser_action": {
    "default_icon": "img/ANIPlugin.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "img/ANIPlugin.png",
    "48": "img/BLIcon.png",
    "128": "img/BLIcon.png"
  },
  "background": {
    "persistent": true,
    "scripts": [
      "Cryptography.js",
      "PubNub.js",
      "Insert.js",
      "background.js"
    ]
  },
  "web_accessible_resources": [
    "addsiteframe.html",
    "IFrame.js",
    "IframContents.html",
    "PubNub.js",
    "Cryptography.js"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "css": [
        "css/Common.css"
      ],
      "js": [
        "Content.js"
      ],
      "all_frames": true
    }
  ],
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "http://*/*",
    "https://*/*"
  ]
}