Theme based the video game Genshin Impact. It features the character Raiden Shogun, aka Ei, aka Beelzebul, aka Baal, aka Her Excellency, the Almighty Narukami Ogosho, God of Thunder.
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.1",
"name": "Raiden Shogun",
"theme": {
"images": {
"additional_backgrounds": [
"images/0.png"
]
},
"properties": {
"additional_backgrounds_alignment": [
"right top"
],
"additional_backgrounds_tiling": [
"repeat"
]
},
"colors": {
"toolbar": "rgba(47, 35, 74, 0.29)",
"toolbar_text": "rgb(236, 233, 247)",
"frame": "rgb(30, 23, 54)",
"tab_background_text": "rgb(236, 233, 247)",
"toolbar_field": "rgba(30, 23, 54, 0.84)",
"toolbar_field_text": "rgb(236, 233, 247)",
"tab_line": "rgba(133, 64, 153, 0.58)",
"popup": "rgb(47, 35, 74)",
"popup_text": "rgb(236, 233, 247)",
"tab_loading": "rgba(133, 64, 153, 0.58)"
}
},
"browser_specific_settings": {
"gecko": {
"id": "{d7c12c1d-a7aa-4ac4-974d-6f36d05587fd}"
}
}
}