testing/mozbase/mozprofile/tests/files/webapps2.json

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:0224d4454cea
1 {
2 "https_example_csp_certified": {
3 "csp": "default-src *; script-src 'self'; object-src 'none'; style-src 'self' 'unsafe-inline'",
4 "origin": "https://example.com",
5 "manifestURL": "https://example.com/manifest_csp_cert.webapp",
6 "description": "https://example.com certified app with manifest policy",
7 "appStatus": 3
8 },
9 "https_example_csp_installed": {
10 "csp": "default-src *; script-src 'self'; object-src 'none'; style-src 'self' 'unsafe-inline'",
11 "origin": "https://example.com",
12 "manifestURL": "https://example.com/manifest_csp_inst.webapp",
13 "description": "https://example.com installed app with manifest policy",
14 "appStatus": 1
15 },
16 "https_example_csp_privileged": {
17 "csp": "default-src *; script-src 'self'; object-src 'none'; style-src 'self' 'unsafe-inline'",
18 "origin": "https://example.com",
19 "manifestURL": "https://example.com/manifest_csp_priv.webapp",
20 "description": "https://example.com privileged app with manifest policy",
21 "appStatus": 2
22 },
23 "https_a_domain_certified": {
24 "csp": "",
25 "origin": "https://acertified.com",
26 "manifestURL": "https://acertified.com/manifest.webapp",
27 "description": "https://acertified.com certified app",
28 "appStatus": 3
29 },
30 "https_a_domain_privileged": {
31 "csp": "",
32 "origin": "https://aprivileged.com",
33 "manifestURL": "https://aprivileged.com/manifest.webapp",
34 "description": "https://aprivileged.com privileged app ",
35 "appStatus": 2
36 }
37 }

mercurial