Inspect and view changes in Kayo - Valorant 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
{
"name": "Kayo - Valorant",
"manifest_version": 2,
"version": "1.0",
"theme": {
"images": {
"theme_frame": "kayo.jpg"
},
"colors": {
"frame": "rgba(227, 171, 235, 1)",
"tab_background_text": "rgba(227, 143, 221, 1)",
"toolbar": "rgba(245, 213, 244, 1)",
"bookmark_text": "rgba(223, 179, 230, 1)",
"toolbar_field": "rgba(235, 170, 225, 1)",
"toolbar_field_text": "rgba(238, 201, 242, 1)",
"tab_line": "rgba(216, 164, 219, 1)"
}
},
"browser_specific_settings": {
"gecko": {
"id": "{949097e1-9d0d-4ac1-905f-6c6c9090a1cb}"
}
}
}