Blue Ridge High School (SC) Chrome Theme. This theme is not provided or endorsed by Greenville County Schools.
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",
"name": "BRHS Fighting Tigers",
"version": "1",
"description": "Blue Ridge High School (SC) Chrome Theme. This theme is not provided or endorsed by Greenville County Schools.",
"manifest_version": 2,
"theme": {
"images": {
"theme_ntp_background": "images/brhs-tigers.png"
},
"colors": {
"frame": [
212,
212,
212
],
"frame_inactive": [
212,
212,
212
],
"frame_incognito": [
212,
212,
212
],
"frame_incognito_inactive": [
212,
212,
212
],
"toolbar": [
30,
30,
30
],
"tab_text": [
230,
230,
230
],
"background_tab": [
194,
47,
40
],
"tab_background_text": [
212,
212,
212
],
"tab_background_text_incognito": [
194,
47,
40
],
"bookmark_text": [
230,
230,
230
],
"ntp_background": [
218,
218,
218
],
"ntp_header": [
18,
204,
30
],
"ntp_text": [
30,
30,
30
],
"ntp_link": [
30,
30,
30
],
"button_background": [
212,
212,
212,
0.9
],
"buttons": [
255,
255,
255
]
},
"tints": {
"buttons": [
0.71,
0.01,
1
]
},
"properties": {
"ntp_background_alignment": "left bottom",
"ntp_background_repeat": "no-repeat"
}
}
}