Create data.ts

This commit is contained in:
Syltmedia 2023-01-15 12:23:39 +01:00 committed by GitHub
parent 359a1211e0
commit e4a6076b93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 0 deletions

18
data.ts Normal file
View File

@ -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: ''
},
]