Just a Valorant Viper theme if anyone wants
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"version": "1.0",
"name": "Valorant - Viper Theme",
"theme": {
"images": {
"additional_backgrounds": [
"images/0.jpg"
]
},
"properties": {
"additional_backgrounds_alignment": [
"right top"
],
"additional_backgrounds_tiling": [
"repeat"
]
},
"colors": {
"toolbar": "rgb(27, 40, 45)",
"toolbar_text": "rgb(143, 143, 143)",
"frame": "rgb(0, 0, 0)",
"tab_background_text": "rgb(140, 140, 140)",
"toolbar_field": "rgb(0, 0, 0)",
"toolbar_field_text": "rgb(255, 255, 255)",
"tab_line": "rgb(35, 205, 179)",
"popup": "rgb(27, 40, 45)",
"popup_text": "rgb(140, 140, 140)",
"tab_loading": "rgb(35, 205, 179)"
}
},
"browser_specific_settings": {
"gecko": {
"id": "{1c55c33b-3c59-460d-b21e-f611634ab2b4}"
}
}
}