Inspect and view changes in Black Pink 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",
"name": "Black Pink Theme",
"short_name": "Black Pink Theme",
"version": "1.0.0",
"description": "A dark theme created by Nhan Nguyen",
"manifest_version": 3,
"theme": {
"images": {
"theme_toolbar": "images/tab_inactive.png",
"theme_tab_background": "images/tab_inactive.png"
},
"colors": {
"bookmark_text": [
187,
187,
187
],
"button_background": [
36,
36,
34
],
"frame": [
23,
24,
22
],
"frame_inactive": [
26,
28,
25
],
"frame_incognito": [
26,
28,
25
],
"frame_incognito_inactive": [
23,
24,
22
],
"ntp_background": [
23,
24,
22
],
"ntp_header": [
26,
28,
25
],
"omnibox_background": [
20,
21,
19
],
"omnibox_text": [
213,
141,
156
],
"theme_toolbar": [
36,
21,
23
],
"ntp_text": [
187,
187,
187
],
"tab_background_text": [
187,
187,
187
],
"tab_background_text_inactive": [
142,
133,
110
],
"tab_text": [
187,
187,
187
],
"toolbar": [
26,
28,
25
]
},
"tints": {
"buttons": [
0.9652777777777778,
1,
0.6941176470588235
],
"frame": [
0.9652777777777778,
1,
0.6941176470588235
]
},
"properties": {
"ntp_background_alignment": "right",
"ntp_logo_alternate": 0
}
}
}