Create data.ts
This commit is contained in:
parent
359a1211e0
commit
e4a6076b93
1 changed files with 18 additions and 0 deletions
18
data.ts
Normal file
18
data.ts
Normal 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: ''
|
||||
},
|
||||
]
|
Loading…
Reference in a new issue