From 3c83e36546eb847d76bd20d056ea60c94a0ff93a Mon Sep 17 00:00:00 2001 From: Felix Prager Date: Fri, 5 Jun 2026 12:10:15 +0200 Subject: [PATCH] feat: add terabox service --- services/terabox.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 services/terabox.json diff --git a/services/terabox.json b/services/terabox.json new file mode 100644 index 0000000..82968d9 --- /dev/null +++ b/services/terabox.json @@ -0,0 +1,9 @@ +{ + "name": "Terabox", + "group": "hosting", + "description": { + "en": "A cloud storage service.", + "de": "Ein Cloud-Speicherdienst." + }, + "domains": ["terabox.com"] +}