{
  "manifest_version": 3,
  "name": "wcagcheckr",
  "description": "Audit your real site for WCAG issues across hover, focus, dark mode & RTL states — baselines surface only NEW violations.",
  "version": "1.23.0",
  "author": "Locustware",
  "homepage_url": "https://wcagcheckr.com",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "debugger",
    "storage",
    "unlimitedStorage",
    "sidePanel",
    "scripting",
    "tabs",
    "alarms",
    "downloads",
    "offscreen",
    "notifications"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "side_panel": {
    "default_path": "side-panel/side-panel.html"
  },
  "options_page": "options/options.html",
  "devtools_page": "devtools/devtools.html",
  "content_scripts": [
    {
      "js": [
        "assets/content-script.ts-loader-BvyIn7gU.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "run_at": "document_idle"
    }
  ],
  "action": {
    "default_title": "wcagcheckr"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "side-panel/side-panel.html",
        "assets/*",
        "fonts/*",
        "axe.min.js",
        "assets/preload-helper-D7HrI6pR.js",
        "assets/crash-reporter-DAZnNefT.js",
        "assets/diff-CECbooHD.js",
        "assets/_commonjsHelpers-Cpj98o6Y.js",
        "assets/custom-rules-CAe0nbES.js",
        "assets/design-system-audit-DpxJrxnb.js",
        "assets/reflow-analyzer-DNgBX8N_.js",
        "assets/dom-criterion-analyzers-DIosKRKh.js",
        "assets/media-presence-analyzer-LwW6eeg9.js",
        "assets/pdf-link-detector-CSxXTPz2.js",
        "assets/content-script.ts--GQ6hFBk.js"
      ],
      "use_dynamic_url": false
    }
  ]
}
