Reddit Chat Theme Switcher Firefox

Examine source code of Reddit Chat Theme Switcher

Inspect and view changes in Reddit Chat Theme Switcher source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Reddit Chat Theme Switcher",
  "version": "1.0",
  "description": "If you have a problem switching the light and dark theme of Reddit Chat, this tool will help you with that.",
  "icons": {
    "48": "icons/reddit-48.png",
    "96": "icons/reddit-96.png"
  },
  "permissions": [
    "tabs",
    "<all_urls>",
    "cookies"
  ],
  "background": {
    "scripts": [
      "background_scripts/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://chat.reddit.com/*"
      ],
      "js": [
        "content_scripts/theme.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "icons/reddit-96.png",
    "default_title": "Reddit Chat Theme",
    "default_popup": "popup/popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{b7f70e6c-4ae5-481f-8ee8-cf3f415a9713}"
    }
  }
}

Best Reddit Chat Theme Switcher Alternatives

Here are some Firefox add-ons that are similar to Reddit Chat Theme Switcher: