Inspect and view changes in Zenfox — Solarized Dynamic Light/Dark Theme source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"description": "Theme Firefox to suit you, day or night. Solarized.",
"homepage_url": "https://github.com/mr-islam/zen-fox/",
"manifest_version": 2,
"name": "Zen Fox",
"permissions": [
"storage",
"theme",
"alarms"
],
"background": {
"scripts": [
"zenfox.js"
]
},
"icons": {
"48": "icons/48.png",
"96": "icons/96.png"
},
"browser_action": {
"default_icon": {
"48": "icons/48.png",
"96": "icons/96.png"
}
},
"options_ui": {
"page": "settings/settings.html"
},
"version": "1.9.9",
"applications": {
"gecko": {
"strict_min_version": "60.0"
}
}
}