Web extension to disable geographic restrictions (moderation, age verification) on Bluesky's web app. (Mirrored from https://github.com/InvoxiPlayGames/bskyUnGeoBlock )
1{
2 "addons": {
3 "bskyUnGeoBlock@firefox.invoxiplaygames.uk": {
4 "updates": [
5 {
6 "version": "1.1",
7 "update_link": "https://github.com/InvoxiPlayGames/bskyUnGeoBlock/releases/download/1.1/bskyUnGeoBlock-1.1-firefox.xpi"
8 },
9 {
10 "version": "1.0.1",
11 "update_link": "https://github.com/InvoxiPlayGames/bskyUnGeoBlock/releases/download/1.0.1/bskyUnGeoBlock-1.0.1-firefox.xpi"
12 }
13 ]
14 }
15 }
16}