diff --git a/public/arf.json b/public/arf.json index 9c957aa..3303c4b 100644 --- a/public/arf.json +++ b/public/arf.json @@ -70,7 +70,24 @@ { "name": "Networking", "type": "folder", - "children": [] + "children": [ + { + "name": "VPN", + "type": "folder", + "children": [ + { + "name": "SSH Lirp", + "type": "url", + "url": "https://github.com/virtualsquare/sshlirp" + }, + { + "name": "VirtualSquare", + "type": "url", + "url": "https://wiki.virtualsquare.org/" + } + ] + } + ] }, { "name": "Friends' Groups", @@ -105,7 +122,18 @@ { "name": "Operating Systems", "type": "folder", - "children": [] + "children": [ + { + "name": "Phones", + "type": "folder", + "children": [] + }, + { + "name": "Computers", + "type": "folder", + "children": [] + } + ] }] }