Avatier Single Sign On

Avatier Single Sign On

Avatier's single sign on logs you in to your web sites! No more remembering complex passwords and post-it notes on your monitor!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Avatier Single Sign On",
  "short_name": "Avatier SSO",
  "version": "2.0.0.14",
  "description": "Avatier's single sign on logs you in to your web sites! No more remembering complex passwords and post-it notes on your monitor!",
  "homepage_url": "http://www.avatier.com",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "author": "Thomas Lee",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "run_at": "document_idle",
      "js": [
        "js/jquery.js",
        "js/aes.js",
        "js/jsHash.js",
        "js/cryptoHelpers.js",
        "js/bililiteRange.js",
        "js/jquery.simulate.js",
        "js/jquery.simulate.ext.js",
        "js/jquery.simulate.key-sequence.js",
        "js/jquery.sendkeys.js",
        "js/vars.js",
        "js/login.js",
        "js/navigation.js",
        "js/content.js"
      ]
    }
  ],
  "background": {
    "persistent": false,
    "page": "background.htm"
  },
  "web_accessible_resources": [
    "js/*",
    "icons/*",
    "avatier_connecting.html"
  ],
  "externally_connectable": {
    "ids": [
      "cdijbbemihbdkhhkfplcjlmmclljfeln",
      "ccglkmhnihjbfkdabhnnpadiibhfaojl"
    ]
  },
  "permissions": [
    "activeTab",
    "tabs",
    "background",
    "*://*/*"
  ],
  "icons": {
    "16": "icons/button.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}