Browse Source

Create data.ts

Syltmedia 2 years ago
parent
commit
e4a6076b93
1 changed files with 18 additions and 0 deletions
  1. 18 0
      data.ts

+ 18 - 0
data.ts

@@ -0,0 +1,18 @@
+import { Extension } from '../interfaces'
+
+export const extensionData: Extension[] = [
+  {
+    id: 'ServerManagerKeyHelp',
+    type: 'lib',
+    name: 'KeyHelp',
+    description: 'Connecting KeyHelp control panel using the KeyHelp API v2',
+    author: {
+      name: 'Ole Sondermann',
+      URL: 'https://www.syltmedia.de'
+    },
+    download_url: 'https://github.com/syltmedia/FOSSBilling_KeyHelp/releases/download/0.0.2/ServerManagerKeyHelp.zip',
+    version: '0.0.2',
+    license: 'Open Source',
+    icon_url: ''
+  },
+]