1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/testing/mozbase/mozprofile/tests/files/webapps2.json Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,37 @@ 1.4 +{ 1.5 + "https_example_csp_certified": { 1.6 + "csp": "default-src *; script-src 'self'; object-src 'none'; style-src 'self' 'unsafe-inline'", 1.7 + "origin": "https://example.com", 1.8 + "manifestURL": "https://example.com/manifest_csp_cert.webapp", 1.9 + "description": "https://example.com certified app with manifest policy", 1.10 + "appStatus": 3 1.11 + }, 1.12 + "https_example_csp_installed": { 1.13 + "csp": "default-src *; script-src 'self'; object-src 'none'; style-src 'self' 'unsafe-inline'", 1.14 + "origin": "https://example.com", 1.15 + "manifestURL": "https://example.com/manifest_csp_inst.webapp", 1.16 + "description": "https://example.com installed app with manifest policy", 1.17 + "appStatus": 1 1.18 + }, 1.19 + "https_example_csp_privileged": { 1.20 + "csp": "default-src *; script-src 'self'; object-src 'none'; style-src 'self' 'unsafe-inline'", 1.21 + "origin": "https://example.com", 1.22 + "manifestURL": "https://example.com/manifest_csp_priv.webapp", 1.23 + "description": "https://example.com privileged app with manifest policy", 1.24 + "appStatus": 2 1.25 + }, 1.26 + "https_a_domain_certified": { 1.27 + "csp": "", 1.28 + "origin": "https://acertified.com", 1.29 + "manifestURL": "https://acertified.com/manifest.webapp", 1.30 + "description": "https://acertified.com certified app", 1.31 + "appStatus": 3 1.32 + }, 1.33 + "https_a_domain_privileged": { 1.34 + "csp": "", 1.35 + "origin": "https://aprivileged.com", 1.36 + "manifestURL": "https://aprivileged.com/manifest.webapp", 1.37 + "description": "https://aprivileged.com privileged app ", 1.38 + "appStatus": 2 1.39 + } 1.40 +}