Color Picker

Color Picker

It allows users to easily select and copy colors from websites and web pages

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Color Picker",
  "version": "1.0",
  "action": {
    "default_popup": "index.html",
    "default_title": "Color Picker"
  },
  "permissions": [
    "activeTab"
  ],
  "description": "It allows users to easily select and copy colors from websites and web pages",
  "icons": {
    "16": "icons/icon_16.png",
    "32": "icons/icon_32.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png",
    "256": "icons/icon_256.png",
    "512": "icons/icon_512.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}