-
Notifications
You must be signed in to change notification settings - Fork 39
/
fed.brid.gy.as2.json
32 lines (32 loc) · 1.07 KB
/
fed.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
{
"@context": [
"https://www.w3.org/ns/activitystreams",
"https://w3id.org/security/v1",
{"alsoKnownAs": {"@id": "as:alsoKnownAs", "@type": "@id"}}
],
"type": "Application",
"id": "https://fed.brid.gy/fed.brid.gy",
"url": "https://fed.brid.gy/",
"preferredUsername": "fed.brid.gy",
"summary": "<a href='https://fed.brid.gy/'>Bridgy Fed</a> is a bridge between decentralized social networks like the <a href='https://indieweb.org/'>IndieWeb</a>, <a href='https://en.wikipedia.org/wiki/Fediverse'>fediverse</a>, <a href='https://bsky.social/'>Bluesky</a>, and others. <a href='https://fed.brid.gy/docs'>More info here.</a>",
"name": "Bridgy Fed",
"image": [
{
"type": "Image",
"url": "https://fed.brid.gy/static/bridgy_fed_banner.png"
},
{
"name": "Bridgy Fed",
"type": "Image",
"url": "https://fed.brid.gy/static/bridgy_logo_square.jpg"
}
],
"icon": {
"name": "Bridgy Fed",
"type": "Image",
"url": "https://fed.brid.gy/static/bridgy_logo_square.jpg"
},
"alsoKnownAs": [
"https://fed.brid.gy/"
]
}