Color Picker For Edge

Color Picker For Edge

HEX Color Picker,Color Picker EyeDropper,Pick color from web page and desktop (Color Picker For Edge)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "default_locale": "en",
  "description": "__MSG_Description__",
  "version": "1.1",
  "homepage_url": "https://colorpicker.tools/",
  "action": {
    "default_icon": "icons/128x128.png",
    "default_popup": "popup.html",
    "default_title": "__MSG_extName__"
  },
  "permissions": [
    "contextMenus",
    "scripting"
  ],
  "icons": {
    "16": "icons/16x16.png",
    "48": "icons/48x48.png",
    "128": "icons/128x128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}