Bible Gateway Dark Mode Firefox

Examine source code of Bible Gateway Dark Mode

Inspect and view changes in Bible Gateway Dark Mode source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "BibleGateway color settings"
  },
  "description": "Creates a dark mode for biblegateway.com",
  "manifest_version": 2,
  "name": "Bible Gateway Darkmode",
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "version": "0.5",
  "permissions": [
    "storage",
    "tabs"
  ],
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "content_scripts": [
    {
      "js": [
        "darkmode.js"
      ],
      "matches": [
        "https://www.biblegateway.com/*"
      ]
    }
  ]
}

Best Bible Gateway Dark Mode Alternatives

Here are some Firefox add-ons that are similar to Bible Gateway Dark Mode: