Inspect and view changes in Cal State Fullerton 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": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "Cal State Fullerton Theme",
"version": "1.0",
"description": "A custom theme for Cal State Fullerton fans.",
"theme": {
"images": {
"theme_ntp_background": "images/background.png"
},
"colors": {
"frame": [
0,
51,
102
],
"toolbar": [
255,
102,
0
],
"ntp_text": [
255,
255,
255
],
"tab_background_text": [
255,
255,
255
],
"bookmark_text": [
255,
255,
255
],
"button_background": [
0,
51,
102
]
}
}
}