Blacken Firefox

Examine source code of Blacken

By: als123
Inspect and view changes in Blacken source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Blacken",
  "description": "Make faded text readable again",
  "author": "Anthony Shipman",
  "homepage_url": "http://www.anthony-shipman.id.au/",
  "version": "2.3.6",
  "default_locale": "en",
  "icons": {
    "48": "/data/blacken_icon.svg",
    "64": "/data/blacken_icon.svg",
    "96": "/data/blacken_icon.svg"
  },
  "applications": {
    "gecko": {
      "strict_min_version": "56.0",
      "id": "{09826eb2-625f-4909-a08f-9aff630abac3}"
    }
  },
  "background": {
    "scripts": [
      "utils.js",
      "rgb.js",
      "configs.js",
      "images.js",
      "main.js"
    ]
  },
  "browser_action": {
    "browser_style": true,
    "theme_icons": [
      {
        "dark": "data/blacken_icon_32.png",
        "light": "data/blacken_icon_32.png",
        "size": 32
      }
    ],
    "default_title": "Blacken",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*",
        "file://*/*"
      ],
      "js": [
        "utils.js",
        "rgb.js",
        "data/exceptionData.js",
        "configs.js",
        "blacken.js"
      ],
      "all_frames": true,
      "run_at": "document_end"
    }
  ],
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "permissions": [
    "storage",
    "contextMenus",
    "<all_urls>",
    "clipboardWrite"
  ]
}

Best Blacken Alternatives

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