-
Notifications
You must be signed in to change notification settings - Fork 39
/
ap.brid.gy.as2.json
36 lines (36 loc) · 1.16 KB
/
ap.brid.gy.as2.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"@context": [
"https://www.w3.org/ns/activitystreams",
"https://w3id.org/security/v1",
{"alsoKnownAs": {"@id": "as:alsoKnownAs", "@type": "@id"}}
],
"type": "Application",
"id": "https://ap.brid.gy/ap.brid.gy",
"url": [
"https://fed.brid.gy/",
"https://ap.brid.gy/"
],
"preferredUsername": "ap.brid.gy",
"summary": "Bridgy Fed (https://fed.brid.gy/) bot user for the fediverse. To bridge your Bluesky account to the fediverse, follow this account.\n\nTo ask a fediverse user to bridge their account, send their address (eg @user@instance) to this account in a chat message.\n\nMore info: https://fed.brid.gy/docs",
"name": "Bridgy Fed for the fediverse",
"image": [
{
"type": "Image",
"url": "https://fed.brid.gy/static/bridgy_fed_banner.png"
},
{
"name": "Bridgy Fed for the fediverse",
"type": "Image",
"url": "https://fed.brid.gy/static/bridgy_logo_square.jpg"
}
],
"icon": {
"name": "Bridgy Fed for the fediverse",
"type": "Image",
"url": "https://fed.brid.gy/static/bridgy_logo_square.jpg"
},
"alsoKnownAs": [
"https://ap.brid.gy/",
"https://fed.brid.gy/"
]
}