generated from noi-techpark/webcomp-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
wcs-manifest.json
48 lines (48 loc) · 1019 Bytes
/
wcs-manifest.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
38
39
40
41
42
43
44
45
46
47
48
{
"title": "Hello-world",
"shortName": "hello-world-2",
"description": "Hello world simple webcomp example",
"descriptionAbstract": "Hello world simple webcomp example",
"license": "AGPL-3.0-or-later",
"repositoryUrl": "https://your-repository.git",
"copyrightHolders": [
{
"name": "NOI",
"email": "[email protected]",
"organization": "NOI S.p.A",
"organizationUrl": "https://noi.bz.it"
}
],
"authors": [
{
"name": "...",
"email": "...",
"organization": "...",
"organizationUrl": "..."
}
],
"image": "wcs-logo.png",
"searchTags": [],
"dist": {
"basePath": "dist",
"files": [
"webcomp-boilerplate.min.js"
],
"scripts": [
]
},
"configuration": {
"tagName": "hello-world",
"options": [
{
"key": "title",
"type": "text",
"label": "title of the web-comp",
"required": false,
"options": {
"default": "hello-world"
}
}
]
}
}