Color Harmony Picker Firefox

Examine source code of Color Harmony Picker

By: Min88
Inspect and view changes in Color Harmony Picker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Color Harmony Picker",
  "version": "1.0.0",
  "description": "Extract and analyze beautiful color palettes from any webpage for your design projects",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Color Harmony Picker",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "web_accessible_resources": [
    "picker-overlay.html"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{22b0d602-bdb7-4dba-a241-e66c114e779c}"
    }
  }
}

Best Color Harmony Picker Alternatives

Here are some Firefox add-ons that are similar to Color Harmony Picker: