|
1 [ |
|
2 { |
|
3 "name": "http_example_org", |
|
4 "csp": "", |
|
5 "origin": "http://example.org", |
|
6 "manifestURL": "http://example.org/manifest.webapp", |
|
7 "description": "http://example.org App", |
|
8 "appStatus": 1 |
|
9 }, |
|
10 { |
|
11 "name": "https_example_com", |
|
12 "csp": "", |
|
13 "origin": "https://example.com", |
|
14 "manifestURL": "https://example.com/manifest.webapp", |
|
15 "description": "https://example.com App", |
|
16 "appStatus": 1 |
|
17 }, |
|
18 { |
|
19 "name": "http_test1_example_org", |
|
20 "csp": "", |
|
21 "origin": "http://test1.example.org", |
|
22 "manifestURL": "http://test1.example.org/manifest.webapp", |
|
23 "description": "http://test1.example.org App", |
|
24 "appStatus": 1 |
|
25 }, |
|
26 { |
|
27 "name": "http_test1_example_org_8000", |
|
28 "csp": "", |
|
29 "origin": "http://test1.example.org:8000", |
|
30 "manifestURL": "http://test1.example.org:8000/manifest.webapp", |
|
31 "description": "http://test1.example.org:8000 App", |
|
32 "appStatus": 1 |
|
33 }, |
|
34 { |
|
35 "name": "http_sub1_test1_example_org", |
|
36 "csp": "", |
|
37 "origin": "http://sub1.test1.example.org", |
|
38 "manifestURL": "http://sub1.test1.example.org/manifest.webapp", |
|
39 "description": "http://sub1.test1.example.org App", |
|
40 "appStatus": 1 |
|
41 }, |
|
42 { |
|
43 "name": "https_example_com_privileged", |
|
44 "csp": "", |
|
45 "origin": "https://example.com", |
|
46 "manifestURL": "https://example.com/manifest_priv.webapp", |
|
47 "description": "https://example.com Privileged App", |
|
48 "appStatus": 2 |
|
49 }, |
|
50 { |
|
51 "name": "https_example_com_certified", |
|
52 "csp": "", |
|
53 "origin": "https://example.com", |
|
54 "manifestURL": "https://example.com/manifest_cert.webapp", |
|
55 "description": "https://example.com Certified App", |
|
56 "appStatus": 3 |
|
57 }, |
|
58 { |
|
59 "name": "https_example_csp_certified", |
|
60 "csp": "default-src *; script-src 'self'; object-src 'none'; style-src 'self' 'unsafe-inline'", |
|
61 "origin": "https://example.com", |
|
62 "manifestURL": "https://example.com/manifest_csp_cert.webapp", |
|
63 "description": "https://example.com Certified App with manifest policy", |
|
64 "appStatus": 3 |
|
65 }, |
|
66 { |
|
67 "name": "https_example_csp_installed", |
|
68 "csp": "default-src *; script-src 'self'; object-src 'none'; style-src 'self' 'unsafe-inline'", |
|
69 "origin": "https://example.com", |
|
70 "manifestURL": "https://example.com/manifest_csp_inst.webapp", |
|
71 "description": "https://example.com Installed App with manifest policy", |
|
72 "appStatus": 1 |
|
73 }, |
|
74 { |
|
75 "name": "https_example_csp_privileged", |
|
76 "csp": "default-src *; script-src 'self'; object-src 'none'; style-src 'self' 'unsafe-inline'", |
|
77 "origin": "https://example.com", |
|
78 "manifestURL": "https://example.com/manifest_csp_priv.webapp", |
|
79 "description": "https://example.com Privileged App with manifest policy", |
|
80 "appStatus": 2 |
|
81 }, |
|
82 { |
|
83 "name": "https_a_domain_certified", |
|
84 "csp": "", |
|
85 "origin": "https://acertified.com", |
|
86 "manifestURL": "https://acertified.com/manifest.webapp", |
|
87 "description": "https://acertified.com Certified App", |
|
88 "appStatus": 3 |
|
89 }, |
|
90 { |
|
91 "name": "https_a_domain_privileged", |
|
92 "csp": "", |
|
93 "origin": "https://aprivileged.com", |
|
94 "manifestURL": "https://aprivileged.com/manifest.webapp", |
|
95 "description": "https://aprivileged.com Privileged App ", |
|
96 "appStatus": 2 |
|
97 }, |
|
98 { |
|
99 "name": "test_desktop_hosted_launch", |
|
100 "csp": "", |
|
101 "origin": "http://127.0.0.1:8888/", |
|
102 "manifestURL": "http://127.0.0.1:8888/sample.manifest", |
|
103 "description": "Hosted app", |
|
104 "appStatus": 1 |
|
105 }, |
|
106 { |
|
107 "name": "test_desktop_packaged_launch", |
|
108 "csp": "", |
|
109 "origin": "app://test_desktop_packaged_launch", |
|
110 "manifestURL": "http://127.0.0.1:8888/sample.manifest", |
|
111 "description": "Packaged App", |
|
112 "appStatus": 2 |
|
113 } |
|
114 ] |