AllWebID Identity Manager Extension

AllWebID Identity Manager Extension

AllWebID Identity Manager Extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "AllWebID Identity Manager Extension",
  "version": "1.8",
  "description": "AllWebID Identity Manager Extension",
  "background": {
    "page": "background.html"
  },
  "icons": {
    "128": "AllWebIDLogo.png"
  },
  "page_action": {
    "default_title": "First icon"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "jquery-1.9.1.min.js",
        "contentscript.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "permissions": [
    "tabs",
    "<all_urls>",
    "http://*/*",
    "https://*/*",
    "*://*.facebook.com/",
    "*://www.facebook.com/"
  ],
  "manifest_version": 2
}