Colorpeek

Colorpeek

Simply share CSS colors from text selections, images or websites using Colorpeek.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "version": "1.0.1",
  "manifest_version": 2,
  "description": "__MSG_extDescription__",
  "homepage_url": "http://colorpeek.com",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "background": {
    "scripts": [
      "js/color-thief.js",
      "js/color.js",
      "src/bg/colorkeywords.js",
      "src/bg/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "icons/icon19.png",
      "38": "icons/icon38.png"
    }
  },
  "permissions": [
    "contextMenus",
    "notifications",
    "storage",
    "<all_urls>"
  ],
  "options_page": "src/options/options.html"
}