An Elon University theme for Chrome
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",
"name": "Elon Phoenix",
"manifest_version": 2,
"theme": {
"colors": {
"tab_text": [
255,
255,
255
],
"ntp_background": [
103,
0,
20
],
"ntp_text": [
255,
255,
255
],
"toolbar": [
103,
0,
20
]
},
"images": {
"theme_frame": "images/frame.png",
"theme_ntp_background": "images/phoenix_background.png",
"theme_toolbar": "images/frame.png",
"theme_tab_background": "images/background_tab.png",
"theme_button_background": "images/background_tab.png"
},
"properties": {
"ntp_background_alignment": "center"
},
"tints": {
"buttons": [
0.01,
0,
0.5
]
}
},
"version": "0.2"
}