Virginia Tech Chrome Theme
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,
"version": "1.0.9",
"name": "VT",
"description": "",
"theme": {
"colors": {
"bookmark_text": [
255,
255,
255
],
"frame": [
160,
64,
96
],
"ntp_background": [
134,
31,
65
],
"toolbar": [
134,
31,
65
],
"toolbar_button_icon": [
255,
255,
255
],
"toolbar_text": [
255,
255,
255
],
"omnibox_background": [
38,
38,
38
],
"omnibox_text": [
255,
255,
255
],
"tab_background_text": [
255,
255,
255
],
"tab_text": [
255,
255,
255
]
},
"images": {
"theme_ntp_background": "wpp-pylons-desktop-16x10-1920x1200.png"
}
}
}