ColorPro — Picker, Palette & Contrast Firefox

Examine source code of ColorPro — Picker, Palette & Contrast

By: Balendu
Inspect and view changes in ColorPro — Picker, Palette & Contrast source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ColorPro — Picker, Palette & Contrast",
  "version": "1.0.0",
  "description": "Pick any color from any webpage. Get HEX, RGB, HSL. Auto palette + WCAG/APCA contrast checker. Export Tailwind, CSS, SCSS, SwiftUI, Kotlin & Figma tokens.",
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "colorpro@yourdomain.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "pick-color": {
      "suggested_key": {
        "default": "Alt+P"
      },
      "description": "Pick color from page"
    }
  }
}

Best ColorPro — Picker, Palette & Contrast Alternatives

Here are some Firefox add-ons that are similar to ColorPro — Picker, Palette & Contrast: