ColorZilla

ColorZilla

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

Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "html/background.html"
  },
  "browser_action": {
    "default_icon": "images/main-icon-19.png",
    "default_popup": "html/popup.html",
    "default_title": "ColorZilla"
  },
  "default_locale": "en",
  "description": "__MSG_extension_description__",
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "manifest_version": 2,
  "name": "ColorZilla",
  "options_page": "html/options.html",
  "permissions": [
    "tabs",
    "<all_urls>"
  ],
  "version": "2.0",
  "web_accessible_resources": [
    "css/content-style.css",
    "images/checkmark-icon.png"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}