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": "2",
"name": "Sydney Opera House",
"theme": {
"images": {
"theme_frame": "images/theme_frame_black.png",
"theme_toolbar": "images/theme_toolbar_black.png",
"theme_ntp_background": "images/theme_ntp_background_norepeat.png"
},
"colors": {
"frame": [
114,
90,
70
],
"toolbar": [
114,
90,
70
],
"tab_text": [
255,
255,
255
],
"tab_background_text": [
255,
255,
255
],
"bookmark_text": [
255,
255,
255
],
"ntp_text": [
255,
255,
255
],
"ntp_link": [
114,
90,
70
],
"ntp_section": [
114,
90,
70
],
"button_background": [
114,
90,
70
],
"ntp_background": [
15,
21,
45
]
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"tints": {
"buttons": [
255,
255,
255
]
}
}
}