|
1 [{ "name": "http_example_org", |
|
2 "csp": "", |
|
3 "origin": "http://example.org", |
|
4 "manifestURL": "http://example.org/manifest.webapp", |
|
5 "description": "http://example.org App", |
|
6 "appStatus": 1 |
|
7 }, |
|
8 { "name": "https_example_com", |
|
9 "csp": "", |
|
10 "origin": "https://example.com", |
|
11 "manifestURL": "https://example.com/manifest.webapp", |
|
12 "description": "https://example.com App", |
|
13 "appStatus": 1 |
|
14 }, |
|
15 { "name": "http_test1_example_org", |
|
16 "csp": "", |
|
17 "origin": "http://test1.example.org", |
|
18 "manifestURL": "http://test1.example.org/manifest.webapp", |
|
19 "description": "http://test1.example.org App", |
|
20 "appStatus": 1 |
|
21 }, |
|
22 { "name": "http_test1_example_org_8000", |
|
23 "csp": "", |
|
24 "origin": "http://test1.example.org:8000", |
|
25 "manifestURL": "http://test1.example.org:8000/manifest.webapp", |
|
26 "description": "http://test1.example.org:8000 App", |
|
27 "appStatus": 1 |
|
28 }, |
|
29 { "name": "http_sub1_test1_example_org", |
|
30 "csp": "", |
|
31 "origin": "http://sub1.test1.example.org", |
|
32 "manifestURL": "http://sub1.test1.example.org/manifest.webapp", |
|
33 "description": "http://sub1.test1.example.org App", |
|
34 "appStatus": 1 |
|
35 }, |
|
36 { "name": "https_example_com_privileged", |
|
37 "csp": "", |
|
38 "origin": "https://example.com", |
|
39 "manifestURL": "https://example.com/manifest_priv.webapp", |
|
40 "description": "https://example.com Privileged App", |
|
41 "appStatus": 2 |
|
42 }, |
|
43 { "name": "https_example_com_certified", |
|
44 "csp": "", |
|
45 "origin": "https://example.com", |
|
46 "manifestURL": "https://example.com/manifest_cert.webapp", |
|
47 "description": "https://example.com Certified App", |
|
48 "appStatus": 3 |
|
49 } |
|
50 ] |