Skip to content

Commit

Permalink
Merge pull request #25 from kriswest/fdc3-workbench
Browse files Browse the repository at this point in the history
FDC3 workbench appD record
  • Loading branch information
nkolba authored Apr 22, 2022
2 parents 62f4fde + fd98a43 commit 8ff555b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions directory/src/data/apps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,24 @@ export const appData = [
manifest: 'undefined/manifests/Ticker-Grid',
icon: 'https://appd.kolbito.com/images/fdc3-logo.png',
},
{
start_url: 'https://fdc3.finos.org/toolbox/fdc3-workbench/',
appId: 'fdc3-workbench',
name: 'fdc3-workbench',
version: '1.0.0',
title: 'FDC3 Workbench',
description: 'Development and test tool for FDC3 desktop agents and apps',
manifest_type: 'web',
manifest: 'undefined/manifests/fdc3-workbench',
icon: 'https://fdc3.finos.org/docs/assets/fdc3-logo.png',
contactEmail: 'fdc3@finos.org',
supportEmail: 'fdc3-maintainers@finos.org',
intents: [],
icons: [
{
icon: 'http://fdc3.finos.org/toolbox/fdc3-workbench/fdc3-icon-256.png',
},
],
images: [{ url: 'https://fdc3.finos.org/docs/assets/fdc3-logo.png' }],
},
];

0 comments on commit 8ff555b

Please sign in to comment.