main
webmanifest 20 lines 409 Bytes
Raw
1 {
2 "name": "Claracle",
3 "short_name": "Claracle",
4 "icons": [
5 {
6 "src": "/android-chrome-192x192.png",
7 "sizes": "192x192",
8 "type": "image/png"
9 },
10 {
11 "src": "/android-chrome-512x512.png",
12 "sizes": "512x512",
13 "type": "image/png",
14 "purpose": "any maskable"
15 }
16 ],
17 "theme_color": "#0066CC",
18 "background_color": "#FAFAFA",
19 "display": "standalone"
20 }