Alice 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",
"name": "Touhou Alice Margatroid 1366*768",
"version": "1.20",
"manifest_version": 2,
"description": "Alice theme",
"theme": {
"images": {
"theme_frame": "images/theme_frame_alice.png",
"theme_toolbar": "images/theme_toolbar_alice.png",
"theme_tab_background": "images/theme_tab_background_alice.png",
"theme_ntp_background": "images/theme_ntp_background_alice.png"
},
"colors": {
"frame": [
66,
116,
201
],
"toolbar": [
253,
241,
203
],
"ntp_text": [
249,
117,
80
],
"tab_text": [
234,
40,
100
],
"tab_background_text": [
118,
27,
115
],
"bookmark_text": [
234,
40,
100
],
"ntp_background": [
255,
255,
255
],
"ntp_link": [
36,
70,
0
],
"ntp_section": [
207,
221,
192
],
"button_background": [
253,
241,
203,
1
]
},
"tints": {
"buttons": [
0.95,
0.71,
0.38
]
},
"properties": {
"ntp_background_alignment": "bottom"
}
}
}