Yet Another Dark-Light Toggle Firefox

Examine source code of Yet Another Dark-Light Toggle

Inspect and view changes in Yet Another Dark-Light Toggle source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YADL Toggle",
  "short_name": "yadl-toggle",
  "version": "1.0.1",
  "author": "Superkikim",
  "homepage_url": "https://github.com/superkikim/yadl-toggle",
  "description": "Yet Another Dark-Light Toggle — switch between dark, light, or system color schemes with one click.",
  "icons": {
    "48": "icons/yadl-toggle_48x48.png",
    "96": "icons/yadl-toggle_96x96.png",
    "128": "icons/yadl-toggle_128x128.png",
    "256": "icons/yadl-toggle_256x256.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "browser_style": true,
    "default_icon": {
      "48": "icons/system_48x48.png",
      "96": "icons/system_96x96.png",
      "128": "icons/system_128x128.png",
      "256": "icons/system_256x256.png"
    },
    "default_title": "YADL Toggle"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+L"
      }
    }
  },
  "permissions": [
    "storage",
    "browserSettings"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "/options.html",
    "browser_style": true
  },
  "applications": {
    "gecko": {
      "id": "yadl-toggle@superkikim.github.com"
    }
  }
}

Best Yet Another Dark-Light Toggle Alternatives

Here are some Firefox add-ons that are similar to Yet Another Dark-Light Toggle: