ColorZilla

ColorZilla

Advanced Eyedropper, Color Picker, Gradient Generator and other colorful goodies

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "ColorZilla",
  "version": "4.0",
  "description": "__MSG_extension_description__",
  "default_locale": "en",
  "background": {
    "scripts": [
      "lib/chrome-promise.js",
      "js/background-combo.js"
    ]
  },
  "options_ui": {
    "page": "html/options.html"
  },
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "browser_action": {
    "default_icon": "images/main-icon-19.png",
    "default_title": "ColorZilla",
    "default_popup": "html/popup.html"
  },
  "permissions": [
    "tabs",
    "<all_urls>",
    "storage"
  ],
  "web_accessible_resources": [
    "css/content-style.css",
    "images/checkmark-icon.svg",
    "images/*.png",
    "images/*.gif",
    "images/material/*.svg"
  ]
}