mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
c343e632b8
--HG-- rename : toolkit/webapps/tests/test_hosted.xul => toolkit/webapps/tests/test_hosted_launch.xul rename : toolkit/webapps/tests/test_packaged.xul => toolkit/webapps/tests/test_packaged_launch.xul
115 lines
3.6 KiB
JSON
115 lines
3.6 KiB
JSON
[
|
|
{
|
|
"name": "http_example_org",
|
|
"csp": "",
|
|
"origin": "http://example.org",
|
|
"manifestURL": "http://example.org/manifest.webapp",
|
|
"description": "http://example.org App",
|
|
"appStatus": 1
|
|
},
|
|
{
|
|
"name": "https_example_com",
|
|
"csp": "",
|
|
"origin": "https://example.com",
|
|
"manifestURL": "https://example.com/manifest.webapp",
|
|
"description": "https://example.com App",
|
|
"appStatus": 1
|
|
},
|
|
{
|
|
"name": "http_test1_example_org",
|
|
"csp": "",
|
|
"origin": "http://test1.example.org",
|
|
"manifestURL": "http://test1.example.org/manifest.webapp",
|
|
"description": "http://test1.example.org App",
|
|
"appStatus": 1
|
|
},
|
|
{
|
|
"name": "http_test1_example_org_8000",
|
|
"csp": "",
|
|
"origin": "http://test1.example.org:8000",
|
|
"manifestURL": "http://test1.example.org:8000/manifest.webapp",
|
|
"description": "http://test1.example.org:8000 App",
|
|
"appStatus": 1
|
|
},
|
|
{
|
|
"name": "http_sub1_test1_example_org",
|
|
"csp": "",
|
|
"origin": "http://sub1.test1.example.org",
|
|
"manifestURL": "http://sub1.test1.example.org/manifest.webapp",
|
|
"description": "http://sub1.test1.example.org App",
|
|
"appStatus": 1
|
|
},
|
|
{
|
|
"name": "https_example_com_privileged",
|
|
"csp": "",
|
|
"origin": "https://example.com",
|
|
"manifestURL": "https://example.com/manifest_priv.webapp",
|
|
"description": "https://example.com Privileged App",
|
|
"appStatus": 2
|
|
},
|
|
{
|
|
"name": "https_example_com_certified",
|
|
"csp": "",
|
|
"origin": "https://example.com",
|
|
"manifestURL": "https://example.com/manifest_cert.webapp",
|
|
"description": "https://example.com Certified App",
|
|
"appStatus": 3
|
|
},
|
|
{
|
|
"name": "https_example_csp_certified",
|
|
"csp": "default-src *; script-src 'self'; object-src 'none'; style-src 'self' 'unsafe-inline'",
|
|
"origin": "https://example.com",
|
|
"manifestURL": "https://example.com/manifest_csp_cert.webapp",
|
|
"description": "https://example.com Certified App with manifest policy",
|
|
"appStatus": 3
|
|
},
|
|
{
|
|
"name": "https_example_csp_installed",
|
|
"csp": "default-src *; script-src 'self'; object-src 'none'; style-src 'self' 'unsafe-inline'",
|
|
"origin": "https://example.com",
|
|
"manifestURL": "https://example.com/manifest_csp_inst.webapp",
|
|
"description": "https://example.com Installed App with manifest policy",
|
|
"appStatus": 1
|
|
},
|
|
{
|
|
"name": "https_example_csp_privileged",
|
|
"csp": "default-src *; script-src 'self'; object-src 'none'; style-src 'self' 'unsafe-inline'",
|
|
"origin": "https://example.com",
|
|
"manifestURL": "https://example.com/manifest_csp_priv.webapp",
|
|
"description": "https://example.com Privileged App with manifest policy",
|
|
"appStatus": 2
|
|
},
|
|
{
|
|
"name": "https_a_domain_certified",
|
|
"csp": "",
|
|
"origin": "https://acertified.com",
|
|
"manifestURL": "https://acertified.com/manifest.webapp",
|
|
"description": "https://acertified.com Certified App",
|
|
"appStatus": 3
|
|
},
|
|
{
|
|
"name": "https_a_domain_privileged",
|
|
"csp": "",
|
|
"origin": "https://aprivileged.com",
|
|
"manifestURL": "https://aprivileged.com/manifest.webapp",
|
|
"description": "https://aprivileged.com Privileged App ",
|
|
"appStatus": 2
|
|
},
|
|
{
|
|
"name": "test_desktop_hosted_launch",
|
|
"csp": "",
|
|
"origin": "http://127.0.0.1:8888/",
|
|
"manifestURL": "http://127.0.0.1:8888/sample.manifest",
|
|
"description": "Hosted app",
|
|
"appStatus": 1
|
|
},
|
|
{
|
|
"name": "test_desktop_packaged_launch",
|
|
"csp": "",
|
|
"origin": "app://test_desktop_packaged_launch",
|
|
"manifestURL": "http://127.0.0.1:8888/sample.manifest",
|
|
"description": "Packaged App",
|
|
"appStatus": 2
|
|
}
|
|
]
|