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