Inspect and view changes in Dark Theme with a blue active tab 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": "Dark Theme with a blue active tab",
"version": "1.0",
"description": "Dark Theme with a blue active tab",
"manifest_version": 3,
"theme": {
"images": {
"theme_frame": "images/frame.png",
"theme_toolbar": "images/toolbar.png",
"theme_tab_background": "images/tab_background.png"
},
"colors": {
"frame": [
5,
5,
5
],
"frame_inactive": [
5,
5,
5
],
"toolbar": [
54,
54,
54
],
"tab_text": [
209,
209,
209
],
"tab_background_text": [
222,
222,
222
],
"bookmark_text": [
222,
222,
222
],
"ntp_background": [
54,
54,
54
],
"ntp_text": [
222,
222,
222
],
"ntp_link": [
6,
55,
116
],
"button_background": [
248,
48,
48,
1
]
},
"tints": {
"buttons": [
0,
0,
0.99
],
"frame_inactive": [
0,
0.5,
0.4
]
},
"properties": {
"ntp_background_alignment": "bottom",
"ntp_background_repeat": "no-repeat"
}
}
}