Inspect and view changes in silver lining BLUE - 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.1.0",
"name": "silver lining BLUE - dark theme -",
"description": "Brings a touch of blue to the title bar in Chrome's default dark mode in addition to making a few welcome changes to its behavior.",
"icons": {
"128": "images/icon128.png"
},
"theme": {
"colors": {
"frame": [
40,
85,
119
],
"frame_inactive": [
43,
43,
43
],
"frame_incognito": [
0,
0,
0
],
"frame_incognito_inactive": [
43,
43,
43
],
"toolbar": [
50,
54,
57
],
"tab_text": [
255,
255,
255
],
"tab_text_inactive": [
222,
222,
222
],
"tab_background_text": [
233,
233,
233
],
"tab_background_text_inactive": [
170,
170,
170
],
"tab_background_text_incognito": [
233,
233,
233
],
"tab_background_text_incognito_inactive": [
170,
170,
170
],
"bookmark_text": [
255,
255,
255
],
"ntp_background": [
50,
54,
57
],
"ntp_text": [
255,
255,
255
]
},
"tints": {
"buttons": [
0,
0,
1
]
},
"properties": {
"ntp_background_alignment": "bottom"
}
}
}