WAVE Evaluation Tool

WAVE Evaluation Tool

Evaluate web accessibility within your browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "WAVE Evaluation Tool",
  "short_name": "WAVE",
  "description": "Evaluate web accessibility within your browser.",
  "version": "3.2.5.3",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "http://*/*",
    "https://*/*",
    "file:///*",
    "<all_urls>",
    "tabs",
    "contextMenus"
  ],
  "content_scripts": [],
  "web_accessible_resources": [
    "img/*",
    "styles/*",
    "chrome/*",
    "background.js",
    "inject.js",
    "sidebar.html",
    "wave.min.js",
    "sidebar.min.js"
  ],
  "browser_action": {
    "default_title": "WAVE",
    "default_icon": {
      "16": "/img/wave16bk.png",
      "32": "/img/wave32bk.png",
      "64": "/img/wave64bk.png"
    }
  },
  "commands": {
    "toggle-extension": {
      "suggested_key": {
        "default": "Ctrl+Shift+U"
      },
      "description": "Send a 'toggle-extension' event to the extension"
    }
  },
  "icons": {
    "16": "/img/wave16.png",
    "32": "/img/wave32.png",
    "48": "/img/wave48.png",
    "64": "/img/wave64.png",
    "96": "/img/wave96.png",
    "128": "/img/wave128.png"
  },
  "manifest_version": 2
}