-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathmanifest.json
More file actions
40 lines (40 loc) · 851 Bytes
/
manifest.json
File metadata and controls
40 lines (40 loc) · 851 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
{
"name": "hellog11n.app.name",
"description": "hellog11n.app.desc",
"version": "1.0.3",
"uuid": "3eae901e-c12a-11ea-b3de-0242ac130004",
"image": "qradar-app-base:2.0.0",
"areas": [
{
"id": "hellog11n.app.id",
"text": "hellog11n.app.name",
"description": "hellog11n.app.desc",
"url": "index",
"required_capabilities": [
"ADMIN"
]
}
],
"resource_bundles": [
{
"locale": "en_US",
"bundle": "resources/hello_en_US.properties"
},
{
"locale": "es",
"bundle": "resources/hello_es.properties"
},
{
"locale": "fr",
"bundle": "resources/hello_fr.properties"
},
{
"locale": "en",
"bundle": "resources/hello_en.properties"
},
{
"locale": "ja",
"bundle": "resources/hello_ja.properties"
}
]
}