update example
This commit is contained in:
parent
9e07835ac3
commit
4d85b6eb52
1 changed files with 28 additions and 21 deletions
|
@ -1,19 +1,26 @@
|
||||||
{
|
{
|
||||||
"version": 0.1,
|
"version": 0.1,
|
||||||
"name": "My website",
|
"name": "My website",
|
||||||
"image":"https://my.website/logo.svg",
|
"image":"",
|
||||||
"location": "https://my.website",
|
"location": "https://my.website",
|
||||||
"resources": [
|
"resources": [
|
||||||
{
|
{
|
||||||
"label": "RSS Feed",
|
"label": "RSS Feed",
|
||||||
"icon": "/icons/rss.svg",
|
"icon": "",
|
||||||
"location": "https://my.website.com/rss.xml",
|
"location": "https://my.website.com/rss.xml",
|
||||||
"description": "Stay up to date!"
|
"description": "Stay up to date!"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"connection_groups":{
|
||||||
|
"Group1":[
|
||||||
|
"https://libresolutions.network"
|
||||||
|
],
|
||||||
|
"Group2":["https://retroedge.tech"],
|
||||||
|
"Group3":["https://small-web.org"]
|
||||||
|
},
|
||||||
"connections": [
|
"connections": [
|
||||||
"https://libresolutions.network",
|
"https://gabe.rocks",
|
||||||
"https://retroedge.tech"
|
"https://codeberg.org"
|
||||||
],
|
],
|
||||||
"contact": {
|
"contact": {
|
||||||
"e-mail": "contact@https://my.website",
|
"e-mail": "contact@https://my.website",
|
||||||
|
|
Loading…
Reference in a new issue