AuxTool

AuxTool

Auxtool is an extension to provide accessibility testing for websites available on internet.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "AuxTool",
  "author": "HCL",
  "description": "Auxtool is an extension to provide accessibility testing for websites available on internet.",
  "version": "1.3",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_icon": {
      "20": "images/color-changer20.png",
      "40": "images/color-changer40.png"
    },
    "default_title": "Aux Tool",
    "default_popup": "popup.html"
  },
  "short_name": "AuxTool",
  "manifest_version": 2
}