Skip to content

Commit

Permalink
Merge pull request #4 from InteropIO/add-fdc3-app-def
Browse files Browse the repository at this point in the history
Add fdc3 app def
  • Loading branch information
gdavidkov authored Mar 25, 2024
2 parents 2928524 + 67cf60c commit 887bda3
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions configuration/apps/fdc3-app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
[
{
"appId": "rest-fdc3-app",
"name": "rest-fdc3-app",
"title": "REST FDC3 App",
"type": "web",
"details": {
"url": "http://localhost:61616"
},
"icons": [
{
"src": "http://example.domain.com/app.html",
"size": "256x256",
"type": "image/png"
}
],
"hostManifests": {
"Glue42": {
"allowChannels": true,
"autoInjectAPI": {
"enabled": true,
"autoInit": {
"channels": true,
"appManager": "full"
}
},
"autoInjectFdc3": {
"enabled": true
},
"customProperties": {
"folder": "Test Apps"
}
}
}
}
]

0 comments on commit 887bda3

Please sign in to comment.