SK Contrast

SK Contrast

Select a part of the viewport and compute the maximum contrast ratio

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "16": "icon-16.png",
      "32": "icon-32.png",
      "128": "icon-128.png"
    }
  },
  "commands": {
    "_execute_action": {
      "description": "Toggle extension",
      "suggested_key": {
        "default": "Alt+Shift+X"
      }
    }
  },
  "description": "Select a part of the viewport and compute the maximum contrast ratio",
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "128": "icon-128.png"
  },
  "manifest_version": 3,
  "name": "SK Contrast",
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "short_name": "SK Contrast",
  "version": "1.0.7"
}