Borderify Firefox

Examine source code of Borderify

By: Soheyl
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": "1.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"
      ]
    }
  ]
}

Best Borderify Alternatives

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