Theme that gives your browser a 90s arcade aesthetic.
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": "90s Arcade",
"theme": {
"images": {
"additional_backgrounds": [
"images/bg-045-3e6898966e6ccdc87f80d23d4e7a6a49.svg"
]
},
"properties": {
"additional_backgrounds_alignment": [
"top"
],
"additional_backgrounds_tiling": [
"repeat"
]
},
"colors": {
"toolbar": "rgba(0, 0, 0, 0.76)",
"toolbar_text": "rgb(255, 255, 255)",
"frame": "rgb(0, 0, 0)",
"tab_background_text": "rgb(255, 255, 255)",
"toolbar_field": "rgb(0, 0, 0)",
"toolbar_field_text": "rgb(255, 255, 255)",
"tab_line": "rgb(0, 248, 255)",
"popup": "rgb(0, 0, 0)",
"popup_text": "rgb(255, 255, 255)",
"frame_inactive": "rgb(53, 53, 53)",
"ntp_background": "rgb(0, 0, 0)",
"ntp_text": "rgb(255, 255, 255)",
"tab_selected": "rgba(128, 252, 255, 0.08)",
"tab_text": "rgb(255, 255, 255)",
"tab_loading": "rgb(0, 248, 255)"
}
}
}