This is a Demon Slayer theme.
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": "Demon Slayer",
"theme": {
"images": {
"additional_backgrounds": [
"images/0.jpg",
"images/1.jpg"
]
},
"properties": {
"additional_backgrounds_alignment": [
"center center",
"center bottom"
],
"additional_backgrounds_tiling": [
"repeat",
"repeat"
]
},
"colors": {
"toolbar": "rgb(57, 90, 236)",
"toolbar_text": "rgb(248, 112, 140)",
"frame": "rgb(142, 179, 201)",
"tab_background_text": "rgb(255, 255, 255)",
"toolbar_field": "rgb(255, 255, 255)",
"toolbar_field_text": "rgb(123, 127, 204)",
"tab_line": "rgb(248, 112, 140)",
"popup": "rgb(255, 255, 255)",
"popup_text": "rgb(98, 102, 183)",
"icons": "rgb(36, 23, 111)",
"tab_loading": "rgb(248, 112, 140)"
}
},
"browser_specific_settings": {
"gecko": {
"id": "{4ef2c347-0c6e-485d-8275-16b317978a5a}"
}
}
}