Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

1.16

+2 -2
+1 -1
app.json
··· 3 3 "name": "Bluesky", 4 4 "slug": "bluesky", 5 5 "owner": "blueskysocial", 6 - "version": "1.15.0", 6 + "version": "1.16.0", 7 7 "orientation": "portrait", 8 8 "icon": "./assets/icon.png", 9 9 "userInterfaceStyle": "light",
+1 -1
package.json
··· 1 1 { 2 2 "name": "bsky.app", 3 - "version": "1.15.0", 3 + "version": "1.16.0", 4 4 "private": true, 5 5 "scripts": { 6 6 "postinstall": "patch-package",