grain.social is a photo sharing platform built on atproto.
grain.social
atproto
photography
appview
1{
2 "name": "grain",
3 "short_name": "grain",
4 "id": "/",
5 "start_url": "/",
6 "scope": "/",
7 "display": "standalone",
8 "background_color": "#ffffff",
9 "theme_color": "#000000",
10 "icons": [
11 {
12 "src": "/icon-192.png",
13 "sizes": "192x192",
14 "type": "image/jpeg"
15 },
16 {
17 "src": "/icon-512.png",
18 "sizes": "512x512",
19 "type": "image/jpeg"
20 }
21 ]
22}