Inspect and view changes in Red Bokeh - Light 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",
"version": "1.0",
"name": "Red Bokeh - Light Theme",
"description": "A beautiful deep red theme with transparent bokeh circles. This version has a Light Toolbar.",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"theme": {
"images": {
"theme_frame": "images/frame.png",
"theme_frame_overlay": "images/frame_overlay.png",
"theme_toolbar": "images/toolbar.png",
"theme_ntp_background": "images/background.png",
"theme_tab_background": "images/tab_bg.png",
"theme_ntp_attribution": "images/attribution.png",
"theme_button_background": "images/button_background.png"
},
"colors": {
"ntp_link": [
255,
255,
255
],
"ntp_text": [
249,
249,
249
],
"ntp_section": [
0,
0,
0,
0.6
],
"ntp_section_link": [
255,
0,
0
],
"ntp_section_text": [
255,
0,
0
],
"ntp_link_underline": [
255,
255,
255
],
"ntp_background": [
0,
0,
0
],
"frame": [
0,
0,
0,
0.5
],
"toolbar": [
0,
0,
0,
0.8
],
"tab_text": [
125,
0,
0
],
"tab_background_text": [
224,
174,
174
],
"bookmark_text": [
40,
40,
40
],
"button_background": [
0,
0,
0,
0.5
]
},
"tints": {
"buttons": [
0,
1,
0.5
],
"frame_inactive": [
0,
0,
0.1
],
"frame_incognito_inactive": [
0,
0,
0.1
]
},
"properties": {
"ntp_background_alignment": "bottom",
"ntp_background_repeat": "no-repeat"
}
}
}