webhint

webhint

Quickly test your website to see if there are any issues with accessibility, browser compatibility, security, performance and more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "webhint",
  "background": {
    "scripts": [
      "background-script.js"
    ],
    "persistent": false
  },
  "icons": {
    "180": "icon.png"
  },
  "browser_action": {
    "default_title": "webhint",
    "default_popup": "browser-action/browser-action.html"
  },
  "default_locale": "en",
  "description": "Quickly test your website to see if there are any issues with accessibility, browser compatibility, security, performance and more.",
  "devtools_page": "devtools/devtools.html",
  "manifest_version": 2,
  "name": "webhint",
  "permissions": [
    "<all_urls>",
    "webNavigation"
  ],
  "version": "2.4.15"
}