Inspect and view changes in Yuruyuri 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": "http://clients2.google.com/service/update2/crx",
"name": "Yuruyuri theme",
"version": "1.2",
"manifest_version": 2,
"description": "yuruyuri theme",
"theme": {
"images": {
"theme_frame": "images/theme_frame_yuruyuri.png",
"theme_toolbar": "images/theme_toolbar_yuruyuri.png",
"theme_tab_background": "images/theme_tab_background_yuruyuri.png",
"theme_ntp_background": "images/theme_ntp_background_yuruyuri.png"
},
"colors": {
"frame": [
66,
116,
201
],
"toolbar": [
157,
94,
89
],
"ntp_text": [
224,
0,
217
],
"tab_text": [
255,
248,
131
],
"tab_background_text": [
55,
33,
36
],
"bookmark_text": [
255,
253,
115
],
"ntp_background": [
255,
255,
255
],
"ntp_link": [
36,
70,
0
],
"ntp_section": [
207,
221,
192
],
"button_background": [
254,
239,
199,
0.25
]
},
"tints": {
"buttons": [
0.16,
1,
0.56
]
},
"properties": {
"ntp_background_alignment": "bottom"
}
}
}