Online Color Picker

Online Color Picker

Colors palette with color conversion to RGBA, HEXA and HSVA.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Online Color Picker",
  "short_name": "Onlie Color Picker",
  "version": "1.0.3",
  "description": "Colors palette with color conversion to RGBA, HEXA and HSVA.",
  "icons": {
    "128": "icons/128x128.png"
  },
  "action": {
    "browser_style": true,
    "default_title": "Online Color Picker",
    "default_popup": "index.html"
  },
  "author": "Lakes Media",
  "chrome_url_overrides": {
    "newtab": "new-tab.html"
  }
}