-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.json
More file actions
41 lines (41 loc) · 903 Bytes
/
install.json
File metadata and controls
41 lines (41 loc) · 903 Bytes
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
38
39
40
41
{
"$schema": "http://json.schemastore.org/install",
"resources": {
"body": [
{
"type": "script",
"src": "./build/index.js"
}
]
},
"preview": {
"handlers": [
{
"options": [
"_default"
],
"execute": "INSTALL_SCOPE.setOptions(INSTALL_OPTIONS)"
}
]
},
"options": {
"properties": {
"token": {
"title": "Public Token",
"description": "Integration token you can find on your dashboard account.",
"order": 0,
"type": "string",
"format": "string",
"default": ""
},
"url": {
"title": "URL script",
"description": "URL of widget script. Must start with https://.",
"order": 1,
"type": "string",
"format": "url",
"default": "https://assets.videsk.io/js/videsk-widget.min.js"
}
}
}
}