AxeSO Extension

AxeSO Extension

AxeSO Extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "page": "javascript/index.html"
  },
  "description": "AxeSO Extension",
  "icons": {
    "16": "icons/16x16.png",
    "32": "icons/32x32.png",
    "48": "icons/48x48.png",
    "128": "icons/128x128.png"
  },
  "manifest_version": 2,
  "offline_enabled": true,
  "default_locale": "en",
  "name": "AxeSO Extension",
  "incognito": "split",
  "permissions": [
    "http://www.google.com/",
    "https://www.google.com/",
    "https://localhost/",
    "http://localhost/",
    "http://127.0.0.1/",
    "background",
    "webRequest",
    "webRequestBlocking",
    "tabs",
    "cookies",
    "storage",
    "<all_urls>",
    "*://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://www.google.com/*",
        "file:///*",
        "https://sites.google.com/*",
        "https://storage.googleapis.com/*",
        "https://esc-files.appspot.com/*",
        "http://esc-files.appspot.com/*",
        "https://esc-sso.appspot.com/*",
        "http://esc-sso.appspot.com/*",
        "https://banesco-sso.appspot.com/*",
        "http://banesco-sso.appspot.com/*",
        "https://esc-sso-labs.appspot.com/*",
        "http://esc-sso-labs.appspot.com/*",
        "https://esc-sso-banescousa.appspot.com/*",
        "http://esc-sso-banescousa.appspot.com/*",
        "https://2-0-setecsa-dot-esc-sso-labs.appspot.com/*",
        "http://2-0-setecsa-dot-esc-sso-labs.appspot.com/*",
        "https://tsysmexico-com.appspot.com/*",
        "http://tsysmexico-com.appspot.com/*",
        "https://axeso-bi-server.uc.r.appspot.com/*",
        "http://axeso-bi-server.uc.r.appspot.com/*"
      ],
      "js": [
        "javascript/contentscript.js"
      ],
      "all_frames": true,
      "run_at": "document_start"
    }
  ],
  "version": "0.54",
  "web_accessible_resources": [
    "script.js"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}