kopia lustrzana https://github.com/snarfed/bridgy-fed
29 wiersze
983 B
JSON
29 wiersze
983 B
JSON
{
|
|
"@context": [
|
|
"https://www.w3.org/ns/activitystreams",
|
|
"https://w3id.org/security/v1"
|
|
],
|
|
"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"
|
|
}
|
|
}
|