Rustdoc Global Theme Firefox

Examine source code of Rustdoc Global Theme

Inspect and view changes in Rustdoc Global Theme source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Rustdoc Global Theme",
  "version": "1.0.3",
  "description": "Sets your rustdoc theme globally.",
  "permissions": [
    "*://doc.rustlang.org/*",
    "*://docs.rs/*",
    "file:///*",
    "*://localhost/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Choose Theme",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{602ceb94-c0e7-45a1-91d1-eea8ced2de46}"
    }
  },
  "icons": {
    "48": "icon.svg",
    "96": "icon.svg"
  }
}

Best Rustdoc Global Theme Alternatives

Here are some Firefox add-ons that are similar to Rustdoc Global Theme: