]> Witch of Git - web/be-the/blob - site.webmanifest
Add favicon stuff
[web/be-the] / site.webmanifest
1 {
2 "name": "Witch of Light",
3 "short_name": "Witch of Light",
4 "icons": [
5 {
6 "src": "/android-chrome-192x192.png",
7 "sizes": "192x192",
8 "type": "image/png"
9 },
10 {
11 "src": "/android-chrome-256x256.png",
12 "sizes": "256x256",
13 "type": "image/png"
14 }
15 ],
16 "theme_color": "#ffffff",
17 "background_color": "#ffffff",
18 "display": "standalone"
19 }