-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapplications.json
37 lines (37 loc) · 981 Bytes
/
applications.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[
{
"id": "com.ibm.verse.sample.tone.analyzer",
"name": "Watson Tone Analyzer",
"title": "Watson Tone Analyzer",
"description": "This samples demonstrates integrating the Watson Tone Analyzer with Verse",
"extensions": [
{
"id": "com.ibm.verse.sample.ext.tone.analyzer",
"name": "Watson Tone Analyzer Sample",
"type": "com.ibm.verse.ext.widget",
"payload": {
"url": "http://127.0.0.1:3000/verse-tone",
"features": [
"core"
],
"actions": [
{
"id": "com.ibm.verse.mail.read.tone.analyzer",
"path": "mail.read",
"text": "Analyze Tone",
"title": "Analyze Tone",
"location": "window",
"renderParams": {
"width": "900",
"height": "500"
}
}
]
}
}
],
"services": [
"Verse"
]
}
]