NerdeRegion

NerdeRegion

Debug Aria Live Regions

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "NerdeRegion",
  "version": "0.2.0",
  "manifest_version": 2,
  "description": "Debug Aria Live Regions",
  "homepage_url": "https://github.com/wizzyfx/nerdeRegionPlugIn",
  "devtools_page": "src/devtools/devtools.html",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "scripts": [
      "src/service/background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "all_frames": true,
      "js": [
        "src/inject/inject.js"
      ]
    }
  ]
}