Inspect and view changes in Blue & Green 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": "A clean and minimalistic transition from the color blue to the color green.",
"version": "1.2",
"manifest_version": 2,
"name": "Blue & Green",
"short_name": "Blue & Green",
"theme": {
"images": {
"theme_frame": "images/frame.png",
"theme_ntp_background": "images/blueandgreen.png",
"theme_tab_background": "images/tab.png",
"theme_toolbar": "images/toolbar.png",
"theme_ntp_attribution": "images/logo.png"
},
"colors": {
"ntp_background": [
28,
104,
110
],
"ntp_header": [
255,
255,
255
],
"ntp_link": [
255,
255,
255
],
"ntp_section": [
255,
255,
255
],
"ntp_section_link": [
255,
255,
255
],
"ntp_section_link_underline": [
255,
255,
255
],
"ntp_section_text": [
255,
255,
255
],
"ntp_text": [
255,
255,
255
],
"bookmark_text": [
255,
255,
255
],
"tab_background_text": [
225,
225,
225
],
"tab_text": [
255,
255,
255
],
"frame": [
27,
104,
115
],
"frame_inactive": [
27,
104,
115
],
"frame_incongnito": [
27,
104,
115
],
"frame_incognito_inactive": [
27,
104,
115
],
"toolbar": [
28,
104,
110
]
},
"tints": {
"background_tab": [
0.425,
0.5,
0.5
],
"buttons": [
0.99,
0.99,
0.99
],
"frame_inactive": [
0.475,
0.5,
0.5
],
"frame_incognito": [
0.475,
0.5,
0.5
],
"frame_incognito_inactive": [
0.475,
0.5,
0.5
]
},
"properties": {
"ntp_background_alignment": "center",
"ntp_background_repeat": "no-repeat",
"ntp_logo_alternate": 1
}
}
}