ColorPick Eyedropper Tablet Edition

ColorPick Eyedropper Tablet Edition

A zoomed eyedropper & color chooser tool that allows you to select color values from webpages and more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "description": "__MSG_extDescription__",
  "name": "__MSG_extName__",
  "browser_action": {
    "default_icon": {
      "16": "img/icons/no-shadow/icon16.png",
      "19": "img/icons/no-shadow/icon19.png",
      "32": "img/icons/no-shadow/icon32.png",
      "38": "img/icons/no-shadow/icon38.png",
      "48": "img/icons/no-shadow/icon48.png"
    },
    "default_title": "__MSG_extName__",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "options_prefs.js",
      "options_prefs_helpers.js",
      "background.js"
    ],
    "persistent": false
  },
  "options_page": "options.html",
  "icons": {
    "16": "img/icon16.png",
    "32": "img/icon32.png",
    "48": "img/icon48.png",
    "64": "img/icon64.png",
    "128": "img/icon128.png"
  },
  "web_accessible_resources": [],
  "permissions": [
    "activeTab",
    "storage"
  ],
  "content_security_policy": "script-src 'self' 'wasm-eval'; object-src 'self'",
  "default_locale": "en",
  "version": "0.0.1.5",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}