Unified Docs Switcher Firefox

Examine source code of Unified Docs Switcher

Inspect and view changes in Unified Docs Switcher source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Unified Docs Switcher",
  "description": "Automatically redirect to preferred documentation version for many projects",
  "author": "Doug Harris",
  "browser_specific_settings": {
    "gecko": {
      "id": "unified_docs_switcher@dougharris.github.io",
      "strict_min_version": "53.0"
    }
  },
  "version": "1.0.4",
  "icons": {
    "48": "books48.png",
    "128": "books.png"
  },
  "background": {
    "scripts": [
      "browser-polyfill.min.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "books.png",
    "default_title": "Doc Switcher",
    "default_popup": "popup/switcher-popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://docs.celeryq.dev/*",
        "https://docs.djangoproject.com/*",
        "https://docs.python.org/*",
        "https://docs.wagtail.org/*",
        "https://www.postgresql.org/docs/*"
      ],
      "js": [
        "browser-polyfill.min.js",
        "content-script.js"
      ],
      "css": [
        "doc-switcher.css"
      ]
    }
  ],
  "permissions": [
    "https://docs.celeryq.dev/*",
    "https://docs.djangoproject.com/*",
    "https://docs.python.org/*",
    "https://docs.wagtail.org/*",
    "https://www.postgresql.org/docs/*",
    "webRequest",
    "webRequestBlocking",
    "storage"
  ]
}

Best Unified Docs Switcher Alternatives

Here are some Firefox add-ons that are similar to Unified Docs Switcher: