By: Vinc Guni
Inspect and view changes in Dark Mode Switcher V2 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Dark Mode Switcher V2",
"version": "1.3",
"description": "Toggle dark mode per site. Saves preferences and auto-applies them.",
"permissions": [
"storage",
"scripting",
"activeTab"
],
"host_permissions": [
"<all_urls>"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"32": "icons/logo_32.png",
"64": "icons/logo_64.png",
"128": "icons/logo_128.png"
}
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"icons": {
"32": "icons/logo_32.png",
"64": "icons/logo_64.png",
"128": "icons/logo_128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{d8b99195-b4c3-484f-bd63-26097de0db6a}"
}
}
} Best Dark Mode Switcher V2 Alternatives
Here are some Firefox add-ons that are similar to Dark Mode Switcher V2: