Inspect and view changes in Pure Black Theme with Active Tab Identifier 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",
"name": "Pure Black Theme with Active Tab Identifier",
"description": "A pure black, dark theme for chrome. This inlcudes a black interface, white accents, and green font used to identify the active tab.",
"manifest_version": 2,
"version": "1.0",
"theme": {
"colors": {
"bookmark_text": [
255,
255,
255
],
"frame": [
0,
0,
0
],
"frame_inactive": [
0,
0,
0
],
"frame_incognito": [
0,
0,
0
],
"frame_incognito_inactive": [
0,
0,
0
],
"ntp_background": [
0,
0,
0
],
"ntp_text": [
255,
255,
255
],
"tab_background_text": [
255,
255,
255
],
"tab_text": [
0,
255,
0
],
"ntp_section": [
0,
0,
0
],
"ntp_link": [
255,
255,
255
],
"ntp_link_underline": [
255,
255,
255
],
"ntp_section_link_underline]": [
255,
255,
255
],
"ntp_section_text": [
255,
255,
255
],
"ntp_section_link": [
255,
255,
255
],
"toolbar": [
0,
0,
0
]
},
"images": {
"theme_ntp_background": "images/black.png"
},
"properties": {
"ntp_logo_alternate": 1
},
"tints": {
"buttons": [
0,
0,
1
]
}
}
}