Retro Bulletin Board Systems on atproto. Web app and TUI. lazy mirror of alyraffauf/atbbs atbbs.xyz
forums python tui atproto bbs
3
fork

Configure Feed

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

web: fixup manifest + icon

+4 -2
web/public/icon-192.png

This is a binary file and will not be displayed.

+4 -2
web/public/manifest.json
··· 15 15 { 16 16 "src": "/icon-192.png", 17 17 "sizes": "192x192", 18 - "type": "image/png" 18 + "type": "image/png", 19 + "purpose": "any maskable" 19 20 }, 20 21 { 21 22 "src": "/icon-512.png", 22 23 "sizes": "512x512", 23 - "type": "image/png" 24 + "type": "image/png", 25 + "purpose": "any maskable" 24 26 } 25 27 ] 26 28 }