By: So79 sbs
Inspect and view changes in Dark Mode Toggle source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Dark Mode Toggle",
"version": "1.0.0",
"description": "Toggle dark mode on any website with customizable brightness, contrast and color schemes",
"permissions": [
"activeTab",
"storage",
"<all_urls>"
],
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
}
},
"icons": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"css": [
"content.css"
],
"run_at": "document_start"
}
],
"browser_specific_settings": {
"gecko": {
"id": "4ba92d2795d8ae90b682f74d77320136b002843e@extension.com",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} Best Dark Mode Toggle Alternatives
Here are some Firefox add-ons that are similar to Dark Mode Toggle: