grain.social is a photo sharing platform built on atproto. grain.social
atproto photography appview
50
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 22 lines 393 B view raw
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}