You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
interverse/interverse-example.json

30 lines
649 B
JSON

{
"version": 0.1,
"name": "My website",
"image":"",
"location": "https://my.website",
"resources": [
{
"label": "RSS Feed",
"icon": "",
"location": "https://my.website.com/rss.xml",
"description": "Stay up to date!"
}
],
"connection_groups":{
"Group1":[
"https://libresolutions.network"
],
"Group2":["https://retroedge.tech"],
"Group3":["https://small-web.org"]
},
"connections": [
"https://gabe.rocks",
"https://codeberg.org"
],
"contact": {
"e-mail": "contact@https://my.website",
"matrix": "@me:https://my.website",
"fediverse": "@me@mastodon.social"
}
}