ReColor Firefox

Examine source code of ReColor

Inspect and view changes in ReColor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ReColor",
  "version": "0.2resigned1",
  "description": "Allows you to change the colors used in any Web page with the colors you want.",
  "homepage_url": "https://github.com/i-tsvetkov/recolor",
  "author": "Итало Цветков",
  "icons": {
    "128": "128x128.png"
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "permissions": [
    "storage",
    "http://*/*",
    "https://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "config.js",
        "recolor.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{fde58208-7a04-4bd5-8094-aff49ac4da51}"
    }
  }
}

Best ReColor Alternatives

Here are some Firefox add-ons that are similar to ReColor: