Chroma

Chroma

Pick a color. Choose a shade. PROFIT. If you are in dire need of a superb color picker, you’ve found it!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Chroma",
  "version": "2.1.0",
  "description": "Pick a color. Choose a shade. PROFIT. If you are in dire need of a superb color picker, you’ve found it!",
  "icons": {
    "16": "chroma_16.png",
    "128": "chroma_128.png"
  },
  "permissions": [
    "storage",
    "https://www.googletagmanager.com/*"
  ],
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  }
}