3 "name": "http_example_org",
5 "origin": "http://example.org",
6 "manifestURL": "http://example.org/manifest.webapp",
7 "description": "http://example.org App",
11 "name": "https_example_com",
13 "origin": "https://example.com",
14 "manifestURL": "https://example.com/manifest.webapp",
15 "description": "https://example.com App",
19 "name": "http_test1_example_org",
21 "origin": "http://test1.example.org",
22 "manifestURL": "http://test1.example.org/manifest.webapp",
23 "description": "http://test1.example.org App",
27 "name": "http_test1_example_org_8000",
29 "origin": "http://test1.example.org:8000",
30 "manifestURL": "http://test1.example.org:8000/manifest.webapp",
31 "description": "http://test1.example.org:8000 App",
35 "name": "http_sub1_test1_example_org",
37 "origin": "http://sub1.test1.example.org",
38 "manifestURL": "http://sub1.test1.example.org/manifest.webapp",
39 "description": "http://sub1.test1.example.org App",
43 "name": "https_example_com_privileged",
45 "origin": "https://example.com",
46 "manifestURL": "https://example.com/manifest_priv.webapp",
47 "description": "https://example.com Privileged App",
51 "name": "https_example_com_certified",
53 "origin": "https://example.com",
54 "manifestURL": "https://example.com/manifest_cert.webapp",
55 "description": "https://example.com Certified App",
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",
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",
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",
83 "name": "https_a_domain_certified",
85 "origin": "https://acertified.com",
86 "manifestURL": "https://acertified.com/manifest.webapp",
87 "description": "https://acertified.com Certified App",
91 "name": "https_a_domain_privileged",
93 "origin": "https://aprivileged.com",
94 "manifestURL": "https://aprivileged.com/manifest.webapp",
95 "description": "https://aprivileged.com Privileged App ",
99 "name": "test_desktop_hosted_launch",
101 "origin": "http://127.0.0.1:8888/",
102 "manifestURL": "http://127.0.0.1:8888/sample.manifest",
103 "description": "Hosted app",
107 "name": "test_desktop_packaged_launch",
109 "origin": "app://test_desktop_packaged_launch",
110 "manifestURL": "http://127.0.0.1:8888/sample.manifest",
111 "description": "Packaged App",