Rainbow Delimiters Firefox

Examine source code of Rainbow Delimiters

Inspect and view changes in Rainbow Delimiters source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Rainbow Delimiters",
  "author": "Yanying Wang",
  "version": "2.4",
  "homepage_url": "https://github.com/yanyingwang/rainbow-delimiters",
  "description": "a web browser plugin to colorize the matched brackets of source code on html pages",
  "page_action": {
    "browser_style": true,
    "default_title": "Rainbow Delimiters",
    "default_icon": {
      "16": "images/icon-16.png",
      "32": "images/icon-32.png",
      "48": "images/icon-48.png",
      "128": "images/icon-128.png"
    },
    "show_matches": [
      "https://docs.racket-lang.org/*",
      "file:///*racket*doc*",
      "file:///Applications/Racket%20v*/*",
      "file:///Users/*/*/docs/*",
      "https://github.com/*",
      "https://gitlab.com/*",
      "https://stackoverflow.com/*",
      "https://www.rubydoc.info/*",
      "https://sequel.jeremyevans.net/rdoc/*",
      "https://*.wikipedia.org/*",
      "https://racket.discourse.group/*"
    ]
  },
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "content_scripts": [
    {
      "js": [
        "jquery-3.5.1.min.js",
        "content_script.js"
      ],
      "matches": [
        "https://docs.racket-lang.org/*",
        "file:///*racket*doc*",
        "file:///Applications/Racket%20v*/*",
        "file:///Users/*/*/doc/*",
        "https://github.com/*",
        "https://gitlab.com/*",
        "https://stackoverflow.com/*",
        "https://www.rubydoc.info/*",
        "https://sequel.jeremyevans.net/rdoc/*",
        "https://*.wikipedia.org/*",
        "https://racket.discourse.group/*"
      ]
    }
  ],
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "{f8190ca4-4157-4949-a695-855158caaccf}"
    }
  }
}

Best Rainbow Delimiters Alternatives

Here are some Firefox add-ons that are similar to Rainbow Delimiters: