+2
web/index.html
+2
web/index.html
+25
web/manifest.json
+25
web/manifest.json
···
1
+
{
2
+
"short_name": "Catsky",
3
+
"icons": [
4
+
{
5
+
"src": "/favicon.ico",
6
+
"sizes": "64x64 32x32 24x24 16x16",
7
+
"type": "image/x-icon"
8
+
},
9
+
{
10
+
"src": "/pwa-192.png",
11
+
"type": "image/png",
12
+
"sizes": "192x192"
13
+
},
14
+
{
15
+
"src": "/pwa-512.png",
16
+
"type": "image/png",
17
+
"sizes": "512x512"
18
+
}
19
+
],
20
+
"start_url": "/",
21
+
"display": "standalone",
22
+
"id": "social.catsky",
23
+
"theme_color": "rgb(30, 30, 46)",
24
+
"background_color": "rgb(30, 30, 46)"
25
+
}
web/pwa-192.png
web/pwa-192.png
This is a binary file and will not be displayed.
web/pwa-512.png
web/pwa-512.png
This is a binary file and will not be displayed.