fix(data): move Transfer.coffee entry
Moved the entry for Transfer.coffee in services.json. This prevents any potential confusion or discrepancies. No other entries were affected.
This commit is contained in:
parent
c8ba331e4c
commit
7304b4dc6e
1 changed files with 16 additions and 16 deletions
|
@ -48,6 +48,22 @@
|
||||||
"exclude_from_index": false,
|
"exclude_from_index": false,
|
||||||
"exclude_from_simple": false
|
"exclude_from_simple": false
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Transfer.coffee",
|
||||||
|
"url": "https://transfer.coffee",
|
||||||
|
"short_description": "Transfer files securely using peer-to-peer connections.",
|
||||||
|
"long_description": "Transfer.coffee allows you to transfer files securely using peer-to-peer connections. Your files are never stored on our servers.",
|
||||||
|
"status": "OK",
|
||||||
|
"links": [
|
||||||
|
{
|
||||||
|
"name": "Go to Transfer.coffee",
|
||||||
|
"url": "https://transfer.coffee"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"icon": "upload",
|
||||||
|
"exclude_from_index": false,
|
||||||
|
"exclude_from_simple": false
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "MyIP.Coffee",
|
"name": "MyIP.Coffee",
|
||||||
"url": "https://myip.coffee",
|
"url": "https://myip.coffee",
|
||||||
|
@ -180,22 +196,6 @@
|
||||||
"exclude_from_index": false,
|
"exclude_from_index": false,
|
||||||
"exclude_from_simple": false
|
"exclude_from_simple": false
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "Transfer.coffee",
|
|
||||||
"url": "https://transfer.coffee",
|
|
||||||
"short_description": "Transfer files securely using peer-to-peer connections.",
|
|
||||||
"long_description": "Transfer.coffee allows you to transfer files securely using peer-to-peer connections. Your files are never stored on our servers.",
|
|
||||||
"status": "OK",
|
|
||||||
"links": [
|
|
||||||
{
|
|
||||||
"name": "Go to Transfer.coffee",
|
|
||||||
"url": "https://transfer.coffee"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"icon": "upload",
|
|
||||||
"exclude_from_index": false,
|
|
||||||
"exclude_from_simple": false
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "Structables",
|
"name": "Structables",
|
||||||
"url": "https://structables.private.coffee",
|
"url": "https://structables.private.coffee",
|
||||||
|
|
Loading…
Reference in a new issue