Colour Contrast Checker Plus Firefox

Examine source code of Colour Contrast Checker Plus

By: OKKing
Inspect and view changes in Colour Contrast Checker Plus source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Colour Contrast Checker",
  "short_name": "CC Checker",
  "description": "Check the contrast between different colour combinations against WCAG standards",
  "version": "2.0.1",
  "browser_action": {
    "default_title": "Open CC Checker"
  },
  "icons": {
    "48": "./favicons/favicon-48x48.png",
    "72": "./favicons/favicon-72x72.png",
    "96": "./favicons/favicon-96x96.png",
    "144": "./favicons/favicon-144x144.png",
    "256": "./favicons/favicon-256x256.png"
  },
  "permissions": [
    "activeTab"
  ],
  "web_accessible_resources": [
    "index.html",
    "fonts/avenir-next-variable.woff2"
  ],
  "background": {
    "scripts": [
      "./app/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "./app/content.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{cefb1e19-ccee-4ce5-a7f5-8c90cc41f512}"
    }
  }
}

Best Colour Contrast Checker Plus Alternatives

Here are some Firefox add-ons that are similar to Colour Contrast Checker Plus: