Inspect and view changes in Blue Buck Nights Wallpaper 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",
"description": "",
"manifest_version": 3,
"name": "Blue Buck Nights Wallpaper Theme",
"theme": {
"colors": {
"bookmark_text": [
153,
247,
225
],
"button_background": [
2,
18,
37,
0.9
],
"frame": [
222,
225,
230
],
"ntp_background": [
6,
17,
31
],
"ntp_link": [
197,
247,
235
],
"ntp_text": [
35,
58,
85
],
"tab_background_text": [
185,
243,
230
],
"tab_text": [
173,
241,
226
],
"toolbar": [
1,
8,
17
]
},
"images": {
"theme_frame": "images/theme_frame.jpeg",
"theme_ntp_background": "images/theme_ntp_background.png",
"theme_tab_background": "images/theme_tab_background.jpeg",
"theme_toolbar": "images/theme_toolbar.png"
},
"properties": {
"ntp_background_alignment": "top",
"ntp_background_repeat": "no-repeat"
},
"tints": {
"buttons": [
0.46,
0.92,
0.9
]
}
},
"version": "1.0"
}