A beautiful anime elf theme.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "Anime Elf Theme",
"version": "1.0",
"description": "A beautiful anime elf theme.",
"theme": {
"colors": {
"frame": [
71,
105,
91
],
"toolbar": [
207,
221,
192
],
"ntp_text": [
20,
40,
60
],
"ntp_link": [
36,
70,
148
],
"ntp_section": [
207,
221,
192
],
"button_background": [
207,
221,
192
]
},
"images": {
"theme_ntp_background": "images/elf1.png"
},
"tints": {
"buttons": [
0.33,
0.5,
0.47
]
}
}
}