1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/testing/profiles/webapps_mochitest.json Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,114 @@ 1.4 +[ 1.5 + { 1.6 + "name": "http_example_org", 1.7 + "csp": "", 1.8 + "origin": "http://example.org", 1.9 + "manifestURL": "http://example.org/manifest.webapp", 1.10 + "description": "http://example.org App", 1.11 + "appStatus": 1 1.12 + }, 1.13 + { 1.14 + "name": "https_example_com", 1.15 + "csp": "", 1.16 + "origin": "https://example.com", 1.17 + "manifestURL": "https://example.com/manifest.webapp", 1.18 + "description": "https://example.com App", 1.19 + "appStatus": 1 1.20 + }, 1.21 + { 1.22 + "name": "http_test1_example_org", 1.23 + "csp": "", 1.24 + "origin": "http://test1.example.org", 1.25 + "manifestURL": "http://test1.example.org/manifest.webapp", 1.26 + "description": "http://test1.example.org App", 1.27 + "appStatus": 1 1.28 + }, 1.29 + { 1.30 + "name": "http_test1_example_org_8000", 1.31 + "csp": "", 1.32 + "origin": "http://test1.example.org:8000", 1.33 + "manifestURL": "http://test1.example.org:8000/manifest.webapp", 1.34 + "description": "http://test1.example.org:8000 App", 1.35 + "appStatus": 1 1.36 + }, 1.37 + { 1.38 + "name": "http_sub1_test1_example_org", 1.39 + "csp": "", 1.40 + "origin": "http://sub1.test1.example.org", 1.41 + "manifestURL": "http://sub1.test1.example.org/manifest.webapp", 1.42 + "description": "http://sub1.test1.example.org App", 1.43 + "appStatus": 1 1.44 + }, 1.45 + { 1.46 + "name": "https_example_com_privileged", 1.47 + "csp": "", 1.48 + "origin": "https://example.com", 1.49 + "manifestURL": "https://example.com/manifest_priv.webapp", 1.50 + "description": "https://example.com Privileged App", 1.51 + "appStatus": 2 1.52 + }, 1.53 + { 1.54 + "name": "https_example_com_certified", 1.55 + "csp": "", 1.56 + "origin": "https://example.com", 1.57 + "manifestURL": "https://example.com/manifest_cert.webapp", 1.58 + "description": "https://example.com Certified App", 1.59 + "appStatus": 3 1.60 + }, 1.61 + { 1.62 + "name": "https_example_csp_certified", 1.63 + "csp": "default-src *; script-src 'self'; object-src 'none'; style-src 'self' 'unsafe-inline'", 1.64 + "origin": "https://example.com", 1.65 + "manifestURL": "https://example.com/manifest_csp_cert.webapp", 1.66 + "description": "https://example.com Certified App with manifest policy", 1.67 + "appStatus": 3 1.68 + }, 1.69 + { 1.70 + "name": "https_example_csp_installed", 1.71 + "csp": "default-src *; script-src 'self'; object-src 'none'; style-src 'self' 'unsafe-inline'", 1.72 + "origin": "https://example.com", 1.73 + "manifestURL": "https://example.com/manifest_csp_inst.webapp", 1.74 + "description": "https://example.com Installed App with manifest policy", 1.75 + "appStatus": 1 1.76 + }, 1.77 + { 1.78 + "name": "https_example_csp_privileged", 1.79 + "csp": "default-src *; script-src 'self'; object-src 'none'; style-src 'self' 'unsafe-inline'", 1.80 + "origin": "https://example.com", 1.81 + "manifestURL": "https://example.com/manifest_csp_priv.webapp", 1.82 + "description": "https://example.com Privileged App with manifest policy", 1.83 + "appStatus": 2 1.84 + }, 1.85 + { 1.86 + "name": "https_a_domain_certified", 1.87 + "csp": "", 1.88 + "origin": "https://acertified.com", 1.89 + "manifestURL": "https://acertified.com/manifest.webapp", 1.90 + "description": "https://acertified.com Certified App", 1.91 + "appStatus": 3 1.92 + }, 1.93 + { 1.94 + "name": "https_a_domain_privileged", 1.95 + "csp": "", 1.96 + "origin": "https://aprivileged.com", 1.97 + "manifestURL": "https://aprivileged.com/manifest.webapp", 1.98 + "description": "https://aprivileged.com Privileged App ", 1.99 + "appStatus": 2 1.100 + }, 1.101 + { 1.102 + "name": "test_desktop_hosted_launch", 1.103 + "csp": "", 1.104 + "origin": "http://127.0.0.1:8888/", 1.105 + "manifestURL": "http://127.0.0.1:8888/sample.manifest", 1.106 + "description": "Hosted app", 1.107 + "appStatus": 1 1.108 + }, 1.109 + { 1.110 + "name": "test_desktop_packaged_launch", 1.111 + "csp": "", 1.112 + "origin": "app://test_desktop_packaged_launch", 1.113 + "manifestURL": "http://127.0.0.1:8888/sample.manifest", 1.114 + "description": "Packaged App", 1.115 + "appStatus": 2 1.116 + } 1.117 +]