RGAA Checker

RGAA Checker

A browser extension to check compliance with the RGAA standard

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "RGAA Checker",
  "description": "A browser extension to check compliance with the RGAA standard",
  "version": "0.23.0",
  "icons": {
    "48": "images/icon48.png",
    "96": "images/icon96.png"
  },
  "browser_action": {
    "default_icon": {
      "48": "images/icon48.png",
      "96": "images/icon96.png"
    }
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "background": {
    "scripts": [
      "scripts/background.js"
    ],
    "persistent": false
  },
  "web_accessible_resources": [
    "pages/panel.html",
    "app.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{e6daa734-d58e-42a7-8be1-a7027eccd33f}"
    }
  }
}