AT Mot — a bilingual (EN/FR) daily word game native to the AT Protocol.
0

Configure Feed

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

at trunk 697 B View raw
1{ 2 "name": "AT Mot — a daily word game on atproto", 3 "short_name": "AT Mot", 4 "description": "A bilingual (English / French) daily 5-letter word game native to the AT Protocol. Your results live in your own PDS; the leaderboard is powered by the Constellation backlink index. No database.", 5 "start_url": "/", 6 "scope": "/", 7 "display": "standalone", 8 "background_color": "#0e1116", 9 "theme_color": "#f7f8fa", 10 "lang": "en", 11 "dir": "ltr", 12 "categories": ["games"], 13 "icons": [ 14 { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" }, 15 { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" } 16 ] 17}