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,
|
||||
"name": "My website",
|
||||
"image":"https://my.website/logo.svg",
|
||||
"image":"",
|
||||
"location": "https://my.website",
|
||||
"resources": [
|
||||
{
|
||||
"label": "RSS Feed",
|
||||
"icon": "/icons/rss.svg",
|
||||
"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://libresolutions.network",
|
||||
"https://retroedge.tech"
|
||||
"https://gabe.rocks",
|
||||
"https://codeberg.org"
|
||||
],
|
||||
"contact": {
|
||||
"e-mail": "contact@https://my.website",
|
||||
|
|
Loading…
Reference in a new issue