Simple Palette Picker Firefox

Examine source code of Simple Palette Picker

Inspect and view changes in Simple Palette Picker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Palette Picker",
  "version": "1.0.1",
  "description": "Pick colors from any webpage and get beautiful palette suggestions based on color theory",
  "browser_specific_settings": {
    "gecko": {
      "id": "palette-picker@example.com",
      "data_collection_permissions": {
        "builtin": false,
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "activeTab",
    "clipboardWrite",
    "<all_urls>",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.svg",
      "48": "icons/icon-48.svg",
      "96": "icons/icon-96.svg"
    }
  },
  "icons": {
    "16": "icons/icon-16.svg",
    "48": "icons/icon-48.svg",
    "96": "icons/icon-96.svg"
  }
}

Best Simple Palette Picker Alternatives

Here are some Firefox add-ons that are similar to Simple Palette Picker: