An ATproto social media client -- with an independent Appview.
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}