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.

feat: add Apple App Site Association for iOS universal links

Enables grain.social links to open directly in the native iOS app
for profile, gallery, and story URLs.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

+15
+15
static/.well-known/apple-app-site-association
··· 1 + { 2 + "applinks": { 3 + "apps": [], 4 + "details": [ 5 + { 6 + "appID": "YN68LN9T7Z.social.grain.grain", 7 + "paths": [ 8 + "/profile/*/gallery/*", 9 + "/profile/*/story/*", 10 + "/profile/*" 11 + ] 12 + } 13 + ] 14 + } 15 + }