Inspect and view changes in EuroUkraine 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": 2,
"version": "1.0",
"name": "EuroUkraine Theme",
"short_name": "EuroUkraine",
"author": "Fil Svyatoslav",
"theme": {
"images": {
"theme_frame": "images/theme_frame_camo.png",
"theme_frame_overlay": "images/theme_frame_stripe.png",
"theme_toolbar": "images/theme_toolbar_camo.png",
"theme_ntp_background": "images/theme_ntp_background_norepeat.png",
"theme_ntp_attribution": "images/theme_ntp_attribution.png",
"theme_window_control_background": "images/theme_button_background.png"
},
"icons": {
"128": "icon_128x128.png"
},
"colors": {
"frame": [
65,
133,
247
],
"toolbar": [
242,
227,
112
],
"ntp_text": [
242,
227,
112
],
"ntp_link": [
242,
227,
112
],
"ntp_section": [
242,
227,
112
],
"button_background": [
65,
133,
247
],
"control_background": [
242,
227,
112
],
"bookmark_text": [
65,
133,
247
],
"tab_background_text": [
65,
133,
247
]
},
"tints": {
"buttons": [
0.2,
0.2,
0.8
]
},
"properties": {
"ntp_background_alignment": "bottom",
"ntp_background_repeat": "no-repeat",
"ntp_logo_alternate": 1
}
}
}