Color Picker

Color Picker

Color Picker tool to make your life easy.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Color Picker",
  "version": "1.1",
  "description": "Color Picker tool to make your life easy.",
  "icons": {
    "16": "images/logo/logo16.png",
    "48": "images/logo/logo48.png",
    "128": "images/logo/logo128.png"
  },
  "action": {
    "default_popup": "html/popup.html",
    "default_icon": {
      "16": "images/logo/logo16.png",
      "48": "images/logo/logo48.png",
      "128": "images/logo/logo128.png"
    }
  },
  "permissions": [
    "storage"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}