SKColorPicker

SKColorPicker

A supereb an very simple, interactive SKColorPicker

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "SKColorPicker",
  "description": "A supereb an very simple, interactive SKColorPicker",
  "version": "1",
  "author": "Sufyan Khalid",
  "browser_action": {
    "default_icon": "tab-icon.png",
    "default_title": "SK color picker",
    "default_popup": "popup.html"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "permissions": [
    "activeTab"
  ]
}