Inspect and view changes in BlackOut - True AMOLED 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"version": "1.0",
"name": "BlackOut - True AMOLED Dark Theme",
"description": "A premium AMOLED/OLED dark theme optimized for maximum battery savings and eye comfort. Perfect for dark mode lovers.",
"homepage_url": "https://yourwebsite.com/landing-page",
"theme": {
"colors": {
"frame": [
0,
0,
0
],
"frame_inactive": [
0,
0,
0
],
"frame_incognito": [
13,
13,
13
],
"frame_incognito_inactive": [
13,
13,
13
],
"background_tab": [
13,
13,
13
],
"background_tab_inactive": [
0,
0,
0
],
"background_tab_incognito": [
13,
13,
13
],
"background_tab_incognito_inactive": [
0,
0,
0
],
"tab_background_text": [
255,
255,
255
],
"tab_background_text_inactive": [
128,
128,
128
],
"tab_background_text_incognito": [
255,
255,
255
],
"tab_background_text_incognito_inactive": [
128,
128,
128
],
"tab_text": [
255,
255,
255
],
"toolbar": [
0,
0,
0
],
"toolbar_button_icon": [
255,
255,
255
],
"bookmark_text": [
255,
255,
255
],
"ntp_background": [
0,
0,
0
],
"ntp_text": [
255,
255,
255
],
"ntp_link": [
26,
115,
232
],
"ntp_link_underline": [
26,
115,
232
],
"button_background": [
0,
0,
0
],
"omnibox_background": [
13,
13,
13
],
"omnibox_text": [
255,
255,
255
]
},
"tints": {
"buttons": [
0.33,
0.5,
0.47
]
},
"properties": {
"ntp_background_alignment": "center",
"ntp_background_repeat": "no-repeat",
"ntp_logo_alternate": 1
}
}
}