data.ts 521 B

123456789101112131415161718
  1. import { Extension } from '../interfaces'
  2. export const extensionData: Extension[] = [
  3. {
  4. id: 'ServerManagerKeyHelp',
  5. type: 'lib',
  6. name: 'KeyHelp',
  7. description: 'Connecting KeyHelp control panel using the KeyHelp API v2',
  8. author: {
  9. name: 'Ole Sondermann',
  10. URL: 'https://www.syltmedia.de'
  11. },
  12. download_url: 'https://github.com/syltmedia/FOSSBilling_KeyHelp/releases/download/0.0.2/ServerManagerKeyHelp.zip',
  13. version: '0.0.2',
  14. license: 'Open Source',
  15. icon_url: ''
  16. },
  17. ]