From 4d85b6eb52ad5d76618f220b434759bc4068dabd Mon Sep 17 00:00:00 2001 From: Gabriel Wilson Date: Sun, 30 Jan 2022 14:58:06 -0500 Subject: [PATCH] update example --- interverse-example.json | 49 +++++++++++++++++++++++------------------ 1 file changed, 28 insertions(+), 21 deletions(-) diff --git a/interverse-example.json b/interverse-example.json index 5c24768..37a1cf5 100644 --- a/interverse-example.json +++ b/interverse-example.json @@ -1,23 +1,30 @@ { - "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" + "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!" } - } \ No newline at end of file + ], + "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" + } + } \ No newline at end of file