Color Wheel Tool Firefox

Examine source code of Color Wheel Tool

Inspect and view changes in Color Wheel Tool source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Color Wheel Tool",
  "short_name": "Color Wheel",
  "version": "1.0.0",
  "description": "Explore color harmonies, pick colors from any page, and export palettes for Tailwind, Figma, and CSS.",
  "browser_specific_settings": {
    "gecko": {
      "id": "color-wheel-tool@paintcolorconsultants.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "action": {
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png"
    },
    "default_title": "Open Color Wheel"
  },
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ],
  "background": {
    "service_worker": "background/service-worker.js",
    "scripts": [
      "background/service-worker.js"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "widget/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}

Best Color Wheel Tool Alternatives

Here are some Firefox add-ons that are similar to Color Wheel Tool: