Inspect and view changes in Tufts University 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",
"version": "1.0",
"name": "Tufts University",
"manifest_version": 2,
"theme": {
"images": {
"theme_frame": "images/frame.png",
"theme_toolbar": "images/toolbar.png",
"theme_tab_background": "images/tab.png",
"theme_tab_background_incognito": "images/tab.png",
"theme_ntp_background": "images/background.png",
"theme_ntp_attribution": "images/theme_ntp_attribution.png",
"theme_window_control_background": "images/window_control_background.png"
},
"colors": {
"frame": [
57,
24,
0
],
"toolbar": [
151,
201,
238
],
"tab_text": [
0,
0,
0
],
"tab_background_text": [
68,
68,
68
],
"bookmark_text": [
0,
0,
0
],
"ntp_background": [
39,
98,
173
],
"ntp_text": [
255,
255,
255
],
"ntp_link": [
0,
0,
0
]
},
"tints": {
"buttons": [
0.066,
0,
0.25
],
"frame_inactive": [
-1,
0.4,
0.6
]
},
"properties": {
"ntp_background_alignment": "left bottom",
"ntp_background_repeat": "repeat-x"
}
}
}