A theme with pixel art of the persona 5 cast.
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": "Persona 5 pixel friends",
"theme": {
"images": {
"additional_backgrounds": [
"images/0.png",
"images/1.png"
]
},
"properties": {
"additional_backgrounds_alignment": [
"left center",
"right top"
],
"additional_backgrounds_tiling": [
"no-repeat",
"no-repeat"
]
},
"colors": {
"toolbar": "rgb(80, 80, 80)",
"toolbar_text": "rgb(255, 215, 215)",
"frame": "rgb(11, 11, 11)",
"tab_background_text": "rgb(235, 171, 171)",
"toolbar_field": "rgb(255, 229, 230)",
"toolbar_field_text": "rgb(73, 10, 10)",
"tab_line": "rgb(144, 0, 0)",
"popup": "rgb(255, 238, 238)",
"popup_text": "rgb(103, 22, 24)",
"icons": "rgb(255, 107, 107)",
"tab_selected": "rgba(251, 63, 63, 0.81)",
"tab_text": "rgb(255, 255, 255)",
"toolbar_field_border": "rgb(167, 158, 158)",
"tab_loading": "rgb(144, 0, 0)"
}
},
"browser_specific_settings": {
"gecko": {
"id": "{ad666694-1344-4c5b-a216-b00da1762e33}"
}
}
}