By: vntungnga7
Inspect and view changes in Dark Mode Toggle AI source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Dark Mode Toggle",
"version": "1.0",
"description": "Toggle dark mode on any website with a shortcut or popup button.",
"permissions": [
"activeTab",
"storage",
"commands"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"48": "icons/icon48.png",
"128": "icons/icon128.png"
}
},
"commands": {
"toggle-dark-mode": {
"suggested_key": {
"default": "Ctrl+Shift+D"
},
"description": "Toggle dark mode on the current page"
}
},
"icons": {
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "dark-mode-toggle@myextension.com"
}
}
} Best Dark Mode Toggle AI Alternatives
Here are some Firefox add-ons that are similar to Dark Mode Toggle AI: