Borderify Firefox

Examine source code of Borderify

By: Juniper
Inspect and view changes in Borderify source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Adds a solid red border to all webpages matching mozilla.org. See https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Examples#borderify",
  "manifest_version": 2,
  "name": "Borderify",
  "version": "4.9.0",
  "homepage_url": "https://github.com/mdn/webextensions-examples/tree/master/borderify",
  "icons": {
    "48": "icons/border-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.mozilla.org/*"
      ],
      "js": [
        "borderify.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{e760d2d7-6ff5-4728-8c8d-72b2df638d15}"
    }
  }
}

Best Borderify Alternatives

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