Inspect and view changes in Dark Black Fox 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"name": "Dark Black Fox",
"version": "1.0.1",
"description": "A simple elegant dark theme with a foxy black background.",
"icons": {
"16": "images/icons/icon16.png",
"48": "images/icons/icon48.png",
"128": "images/icons/icon128.png"
},
"author": "Eliot",
"theme": {
"colors": {
"bookmark_text": [
255,
255,
255
],
"frame": [
40,
43,
45
],
"frame_inactive": [
40,
43,
45
],
"frame_incognito": [
40,
43,
45
],
"frame_incognito_inactive": [
40,
43,
45
],
"ntp_background": [
255,
255,
255
],
"ntp_text": [
255,
255,
255
],
"tab_background_text": [
255,
255,
255
],
"tab_text": [
255,
255,
255
],
"toolbar": [
80,
80,
80
]
},
"images": {
"theme_tab_background": "images/theme_tab_background.png",
"theme_tab_background_incognito": "images/theme_tab_background.png",
"theme_tab_background_v": "images/theme_tab_background.png",
"theme_toolbar": "images/theme_toolbar.png",
"theme_frame": "images/theme_frame.png",
"theme_frame_inactive": "images/theme_frame_inactive.png"
},
"properties": {
"ntp_background_repeat": "repeat",
"ntp_logo_alternate": 1
},
"tints": {
"buttons": [
0,
0,
0.85
],
"frame_inactive": [
-1,
-1,
0
]
}
}
}