Twitter Web - Dark Mode (Black) Firefox

Examine source code of Twitter Web - Dark Mode (Black)

Inspect and view changes in Twitter Web - Dark Mode (Black) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Twitter Web - Dark Mode (Black)",
  "version": "1.0.1resigned1",
  "description": "Dark mode with black background for twitter web app",
  "homepage_url": "https://github.com/AOEUPL-PHE/twitter-web-night-mode",
  "background": {
    "scripts": [
      "js/twitter-night-mode-bg.js"
    ]
  },
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "128": "images/icon128.png"
  },
  "page_action": {
    "default_icon": "images/icon32.png",
    "default_title": "Extension will be enabled when you open twitter.com"
  },
  "content_scripts": [
    {
      "matches": [
        "https://twitter.com/",
        "https://twitter.com/i/cards/*"
      ],
      "js": [
        "js/twitter-night-mode.js"
      ],
      "all_frames": true,
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "css/main.css"
  ],
  "permissions": [
    "https://twitter.com/",
    "tabs",
    "storage"
  ],
  "author": "AOEUPL PHE",
  "applications": {
    "gecko": {
      "id": "twitter-dark-mode@mozilla.org"
    }
  }
}

Best Twitter Web - Dark Mode (Black) Alternatives

Here are some Firefox add-ons that are similar to Twitter Web - Dark Mode (Black):