Inspect and view changes in Watanabe-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": "Watanabe theme",
"manifest_version": 2,
"name": "Watanabe-theme",
"short_name": "Watanabe",
"theme": {
"colors": {
"bookmark_text": [
0,
0,
0
],
"frame": [
31,
193,
255
],
"ntp_background": [
255,
255,
255
],
"ntp_link": [
255,
255,
255
],
"ntp_section_link": [
255,
255,
255
],
"ntp_section_text": [
255,
255,
255
],
"ntp_text": [
255,
255,
255
],
"tab_background_text": [
102,
102,
102
],
"tab_text": [
0,
0,
0
],
"toolbar": [
31,
193,
255
]
},
"images": {
"theme_ntp_background": "package/2.png",
"theme_frame": "package/1.png",
"theme_tab_background": "package/1.png",
"theme_toolbar": "package/1.png"
},
"properties": {
"ntp_background_alignment": "center center",
"ntp_background_repeat": "no-repeat"
},
"tints": {
"background_tab": [
0,
0,
0
],
"buttons": [
-1,
0,
0
]
}
},
"version": "1.0.0"
}