-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #121 from nkolba/fix-directory-load-timing
Fix directory load timing
- Loading branch information
Showing
3 changed files
with
147 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,141 @@ | ||
{ | ||
"applications": [ | ||
|
||
|
||
{ | ||
"appId": "sailDemo1", | ||
"name": "sailDemo1", | ||
"title": "Sail Demo - Step 1", | ||
"description": "Demo of app building in Sail", | ||
"icons": [ | ||
{ | ||
"src": "https://raw.githubusercontent.com/finos/FDC3-Sail/main/images/logo_bg_white_2x.png" | ||
} | ||
], | ||
"screenshots": [], | ||
"type": "web", | ||
"details": { | ||
"url": "https://apps.connectifi-interop.com/sail/contactsDemo/step1.html" | ||
}, | ||
"interop": { | ||
"intents": { | ||
"listensFor": { | ||
"ViewContact": { | ||
"displayName": "View Contact", | ||
"contexts": [ | ||
"fdc3.contact" | ||
] | ||
} | ||
} | ||
} | ||
}, | ||
"hostManifests": { | ||
"sail": { | ||
"injectApi": "1.2" | ||
} | ||
} | ||
}, | ||
|
||
{ | ||
"appId": "sailDemo2", | ||
"name": "sailDemo2", | ||
"title": "Sail Demo - Step 2", | ||
"description": "Demo of app building in Sail", | ||
"icons": [ | ||
{ | ||
"src": "https://raw.githubusercontent.com/finos/FDC3-Sail/main/images/logo_bg_white_2x.png" | ||
} | ||
], | ||
"screenshots": [], | ||
"type": "web", | ||
"details": { | ||
"url": "https://apps.connectifi-interop.com/sail/contactsDemo/step2.html" | ||
}, | ||
"interop": { | ||
"intents": { | ||
"listensFor": { | ||
"ViewContact": { | ||
"displayName": "View Contact", | ||
"contexts": [ | ||
"fdc3.contact" | ||
] | ||
} | ||
} | ||
} | ||
}, | ||
"hostManifests": { | ||
"sail": { | ||
"injectApi": "1.2" | ||
} | ||
} | ||
}, | ||
{ | ||
"appId": "sailDemo3", | ||
"name": "sailDemo3", | ||
"title": "Sail Demo - Step 3", | ||
"description": "Demo of app building in Sail", | ||
"icons": [ | ||
{ | ||
"src": "https://raw.githubusercontent.com/finos/FDC3-Sail/main/images/logo_bg_white_2x.png" | ||
} | ||
], | ||
"screenshots": [], | ||
"type": "web", | ||
"details": { | ||
"url": "https://apps.connectifi-interop.com/sail/contactsDemo/step3.html" | ||
}, | ||
"interop": { | ||
"intents": { | ||
"listensFor": { | ||
"ViewContact": { | ||
"displayName": "View Contact", | ||
"contexts": [ | ||
"fdc3.contact" | ||
] | ||
} | ||
} | ||
} | ||
}, | ||
"hostManifests": { | ||
"sail": { | ||
"injectApi": "1.2" | ||
} | ||
} | ||
}, | ||
{ | ||
"appId": "sailDemo1", | ||
"name": "sailDemo1", | ||
"title": "Sail Demo - Step 4", | ||
"description": "Demo of app building in Sail - in FDC3 2.0", | ||
"icons": [ | ||
{ | ||
"src": "https://raw.githubusercontent.com/finos/FDC3-Sail/main/images/logo_bg_white_2x.png" | ||
} | ||
], | ||
"screenshots": [], | ||
"type": "web", | ||
"details": { | ||
"url": "https://apps.connectifi-interop.com/sail/contactsDemo/step4.html" | ||
}, | ||
"interop": { | ||
"intents": { | ||
"listensFor": { | ||
"ViewContact": { | ||
"displayName": "View Contact", | ||
"contexts": [ | ||
"fdc3.contact" | ||
] | ||
} | ||
} | ||
} | ||
}, | ||
"hostManifests": { | ||
"sail": { | ||
"injectApi": "2.0" | ||
} | ||
} | ||
} | ||
|
||
], | ||
"message": "OK" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters