Gradient Generator Firefox

Examine source code of Gradient Generator

Inspect and view changes in Gradient Generator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Gradient Generator",
  "short_name": "Gradient Gen",
  "version": "1.0.0",
  "description": "Extract colors from any website, build CSS gradients, and apply them live.",
  "browser_specific_settings": {
    "gecko": {
      "id": "gradient-generator@paintcolorconsultants.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "action": {
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png"
    },
    "default_title": "Open Gradient Generator"
  },
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ],
  "background": {
    "service_worker": "background/service-worker.js",
    "scripts": [
      "background/service-worker.js"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "widget/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}

Best Gradient Generator Alternatives

Here are some Firefox add-ons that are similar to Gradient Generator: