mirror of
https://github.com/daledavies/jump.git
synced 2026-01-26 09:09:07 +01:00
30 lines
660 B
JSON
30 lines
660 B
JSON
[
|
|
{
|
|
"name": "Bitwarden",
|
|
"url" : "https://bitwarden.example.com",
|
|
"nofollow": true,
|
|
"icon": "bitwarden.png"
|
|
},
|
|
{
|
|
"name": "Gitea",
|
|
"url" : "https://git.example.com",
|
|
"nofollow": true,
|
|
"icon": "gitea.png"
|
|
},
|
|
{
|
|
"name": "Nextcloud",
|
|
"url" : "https://cloud.example.com",
|
|
"nofollow": true,
|
|
"icon": "nextcloud.png"
|
|
},
|
|
{
|
|
"name": "Paperless",
|
|
"url" : "https://paperless.example.com",
|
|
"nofollow": true,
|
|
"icon": "paperless.jpg"
|
|
},
|
|
{
|
|
"name": "Google",
|
|
"url" : "https://www.google.com"
|
|
}
|
|
] |