Wed, 31 Dec 2014 06:55:50 +0100
Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2
michael@0 | 1 | [ |
michael@0 | 2 | { |
michael@0 | 3 | "name": "http_example_org", |
michael@0 | 4 | "csp": "", |
michael@0 | 5 | "origin": "http://example.org", |
michael@0 | 6 | "manifestURL": "http://example.org/manifest.webapp", |
michael@0 | 7 | "description": "http://example.org App", |
michael@0 | 8 | "appStatus": 1 |
michael@0 | 9 | }, |
michael@0 | 10 | { |
michael@0 | 11 | "name": "https_example_com", |
michael@0 | 12 | "csp": "", |
michael@0 | 13 | "origin": "https://example.com", |
michael@0 | 14 | "manifestURL": "https://example.com/manifest.webapp", |
michael@0 | 15 | "description": "https://example.com App", |
michael@0 | 16 | "appStatus": 1 |
michael@0 | 17 | }, |
michael@0 | 18 | { |
michael@0 | 19 | "name": "http_test1_example_org", |
michael@0 | 20 | "csp": "", |
michael@0 | 21 | "origin": "http://test1.example.org", |
michael@0 | 22 | "manifestURL": "http://test1.example.org/manifest.webapp", |
michael@0 | 23 | "description": "http://test1.example.org App", |
michael@0 | 24 | "appStatus": 1 |
michael@0 | 25 | }, |
michael@0 | 26 | { |
michael@0 | 27 | "name": "http_test1_example_org_8000", |
michael@0 | 28 | "csp": "", |
michael@0 | 29 | "origin": "http://test1.example.org:8000", |
michael@0 | 30 | "manifestURL": "http://test1.example.org:8000/manifest.webapp", |
michael@0 | 31 | "description": "http://test1.example.org:8000 App", |
michael@0 | 32 | "appStatus": 1 |
michael@0 | 33 | }, |
michael@0 | 34 | { |
michael@0 | 35 | "name": "http_sub1_test1_example_org", |
michael@0 | 36 | "csp": "", |
michael@0 | 37 | "origin": "http://sub1.test1.example.org", |
michael@0 | 38 | "manifestURL": "http://sub1.test1.example.org/manifest.webapp", |
michael@0 | 39 | "description": "http://sub1.test1.example.org App", |
michael@0 | 40 | "appStatus": 1 |
michael@0 | 41 | }, |
michael@0 | 42 | { |
michael@0 | 43 | "name": "https_example_com_privileged", |
michael@0 | 44 | "csp": "", |
michael@0 | 45 | "origin": "https://example.com", |
michael@0 | 46 | "manifestURL": "https://example.com/manifest_priv.webapp", |
michael@0 | 47 | "description": "https://example.com Privileged App", |
michael@0 | 48 | "appStatus": 2 |
michael@0 | 49 | }, |
michael@0 | 50 | { |
michael@0 | 51 | "name": "https_example_com_certified", |
michael@0 | 52 | "csp": "", |
michael@0 | 53 | "origin": "https://example.com", |
michael@0 | 54 | "manifestURL": "https://example.com/manifest_cert.webapp", |
michael@0 | 55 | "description": "https://example.com Certified App", |
michael@0 | 56 | "appStatus": 3 |
michael@0 | 57 | }, |
michael@0 | 58 | { |
michael@0 | 59 | "name": "https_example_csp_certified", |
michael@0 | 60 | "csp": "default-src *; script-src 'self'; object-src 'none'; style-src 'self' 'unsafe-inline'", |
michael@0 | 61 | "origin": "https://example.com", |
michael@0 | 62 | "manifestURL": "https://example.com/manifest_csp_cert.webapp", |
michael@0 | 63 | "description": "https://example.com Certified App with manifest policy", |
michael@0 | 64 | "appStatus": 3 |
michael@0 | 65 | }, |
michael@0 | 66 | { |
michael@0 | 67 | "name": "https_example_csp_installed", |
michael@0 | 68 | "csp": "default-src *; script-src 'self'; object-src 'none'; style-src 'self' 'unsafe-inline'", |
michael@0 | 69 | "origin": "https://example.com", |
michael@0 | 70 | "manifestURL": "https://example.com/manifest_csp_inst.webapp", |
michael@0 | 71 | "description": "https://example.com Installed App with manifest policy", |
michael@0 | 72 | "appStatus": 1 |
michael@0 | 73 | }, |
michael@0 | 74 | { |
michael@0 | 75 | "name": "https_example_csp_privileged", |
michael@0 | 76 | "csp": "default-src *; script-src 'self'; object-src 'none'; style-src 'self' 'unsafe-inline'", |
michael@0 | 77 | "origin": "https://example.com", |
michael@0 | 78 | "manifestURL": "https://example.com/manifest_csp_priv.webapp", |
michael@0 | 79 | "description": "https://example.com Privileged App with manifest policy", |
michael@0 | 80 | "appStatus": 2 |
michael@0 | 81 | }, |
michael@0 | 82 | { |
michael@0 | 83 | "name": "https_a_domain_certified", |
michael@0 | 84 | "csp": "", |
michael@0 | 85 | "origin": "https://acertified.com", |
michael@0 | 86 | "manifestURL": "https://acertified.com/manifest.webapp", |
michael@0 | 87 | "description": "https://acertified.com Certified App", |
michael@0 | 88 | "appStatus": 3 |
michael@0 | 89 | }, |
michael@0 | 90 | { |
michael@0 | 91 | "name": "https_a_domain_privileged", |
michael@0 | 92 | "csp": "", |
michael@0 | 93 | "origin": "https://aprivileged.com", |
michael@0 | 94 | "manifestURL": "https://aprivileged.com/manifest.webapp", |
michael@0 | 95 | "description": "https://aprivileged.com Privileged App ", |
michael@0 | 96 | "appStatus": 2 |
michael@0 | 97 | }, |
michael@0 | 98 | { |
michael@0 | 99 | "name": "test_desktop_hosted_launch", |
michael@0 | 100 | "csp": "", |
michael@0 | 101 | "origin": "http://127.0.0.1:8888/", |
michael@0 | 102 | "manifestURL": "http://127.0.0.1:8888/sample.manifest", |
michael@0 | 103 | "description": "Hosted app", |
michael@0 | 104 | "appStatus": 1 |
michael@0 | 105 | }, |
michael@0 | 106 | { |
michael@0 | 107 | "name": "test_desktop_packaged_launch", |
michael@0 | 108 | "csp": "", |
michael@0 | 109 | "origin": "app://test_desktop_packaged_launch", |
michael@0 | 110 | "manifestURL": "http://127.0.0.1:8888/sample.manifest", |
michael@0 | 111 | "description": "Packaged App", |
michael@0 | 112 | "appStatus": 2 |
michael@0 | 113 | } |
michael@0 | 114 | ] |