Skip to content

Commit d972979

Browse files
committed
Merge pull request 'Add Skylib frontend for Bluesky' (#216) from tibequadorian/browser_extension:skylib into master
Reviewed-on: https://codeberg.org/LibRedirect/browser_extension/pulls/216
2 parents 74e9148 + 08b1891 commit d972979

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

src/assets/javascripts/services.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -943,6 +943,7 @@ const defaultInstances = {
943943
tuboSoundcloud: ["https://tubo.media"],
944944
tekstoLibre: ["https://davilarek.github.io/TekstoLibre"],
945945
skyview: ["https://skyview.social"],
946+
skylib: ["https://skylib.coffee"],
946947
priviblur: ["https://pb.bloat.cat"],
947948
nitter: ["https://nitter.privacydev.net"],
948949
pasted: ["https://pasted.drakeerv.com"],

src/config.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,11 @@
255255
"name": "Skyview",
256256
"instanceList": true,
257257
"url": "https://github.com/badlogic/skyview"
258+
},
259+
"skylib": {
260+
"name": "Skylib",
261+
"instanceList": true,
262+
"url": "https://codeberg.org/bg443/skylib-backend"
258263
}
259264
},
260265
"targets": [

0 commit comments

Comments
 (0)