23 lines
578 B
JSON
23 lines
578 B
JSON
|
{
|
||
|
"version": 0.1,
|
||
|
"name": "My website",
|
||
|
"image":"https://my.website/logo.svg",
|
||
|
"location": "https://my.website",
|
||
|
"resources": [
|
||
|
{
|
||
|
"label": "RSS Feed",
|
||
|
"icon": "/icons/rss.svg",
|
||
|
"location": "https://my.website.com/rss.xml",
|
||
|
"description": "Stay up to date!"
|
||
|
}
|
||
|
],
|
||
|
"connections": [
|
||
|
"https://libresolutions.network",
|
||
|
"https://retroedge.tech"
|
||
|
],
|
||
|
"contact": {
|
||
|
"e-mail": "contact@https://my.website",
|
||
|
"matrix": "@me:https://my.website",
|
||
|
"fediverse": "@me@mastodon.social"
|
||
|
}
|
||
|
}
|