Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
michael@0 | 1 | [{ "name": "http_example_org", |
michael@0 | 2 | "csp": "", |
michael@0 | 3 | "origin": "http://example.org", |
michael@0 | 4 | "manifestURL": "http://example.org/manifest.webapp", |
michael@0 | 5 | "description": "http://example.org App", |
michael@0 | 6 | "appStatus": 1 |
michael@0 | 7 | }, |
michael@0 | 8 | { "name": "https_example_com", |
michael@0 | 9 | "csp": "", |
michael@0 | 10 | "origin": "https://example.com", |
michael@0 | 11 | "manifestURL": "https://example.com/manifest.webapp", |
michael@0 | 12 | "description": "https://example.com App", |
michael@0 | 13 | "appStatus": 1 |
michael@0 | 14 | }, |
michael@0 | 15 | { "name": "http_test1_example_org", |
michael@0 | 16 | "csp": "", |
michael@0 | 17 | "origin": "http://test1.example.org", |
michael@0 | 18 | "manifestURL": "http://test1.example.org/manifest.webapp", |
michael@0 | 19 | "description": "http://test1.example.org App", |
michael@0 | 20 | "appStatus": 1 |
michael@0 | 21 | }, |
michael@0 | 22 | { "name": "http_test1_example_org_8000", |
michael@0 | 23 | "csp": "", |
michael@0 | 24 | "origin": "http://test1.example.org:8000", |
michael@0 | 25 | "manifestURL": "http://test1.example.org:8000/manifest.webapp", |
michael@0 | 26 | "description": "http://test1.example.org:8000 App", |
michael@0 | 27 | "appStatus": 1 |
michael@0 | 28 | }, |
michael@0 | 29 | { "name": "http_sub1_test1_example_org", |
michael@0 | 30 | "csp": "", |
michael@0 | 31 | "origin": "http://sub1.test1.example.org", |
michael@0 | 32 | "manifestURL": "http://sub1.test1.example.org/manifest.webapp", |
michael@0 | 33 | "description": "http://sub1.test1.example.org App", |
michael@0 | 34 | "appStatus": 1 |
michael@0 | 35 | }, |
michael@0 | 36 | { "name": "https_example_com_privileged", |
michael@0 | 37 | "csp": "", |
michael@0 | 38 | "origin": "https://example.com", |
michael@0 | 39 | "manifestURL": "https://example.com/manifest_priv.webapp", |
michael@0 | 40 | "description": "https://example.com Privileged App", |
michael@0 | 41 | "appStatus": 2 |
michael@0 | 42 | }, |
michael@0 | 43 | { "name": "https_example_com_certified", |
michael@0 | 44 | "csp": "", |
michael@0 | 45 | "origin": "https://example.com", |
michael@0 | 46 | "manifestURL": "https://example.com/manifest_cert.webapp", |
michael@0 | 47 | "description": "https://example.com Certified App", |
michael@0 | 48 | "appStatus": 3 |
michael@0 | 49 | } |
michael@0 | 50 | ] |