testing/mozbase/mozprofile/tests/files/webapps1.json

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/testing/mozbase/mozprofile/tests/files/webapps1.json	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,50 @@
     1.4 +[{ "name": "http_example_org",
     1.5 +   "csp": "",
     1.6 +   "origin": "http://example.org",
     1.7 +   "manifestURL": "http://example.org/manifest.webapp",
     1.8 +   "description": "http://example.org App",
     1.9 +   "appStatus": 1
    1.10 + },
    1.11 + { "name": "https_example_com",
    1.12 +   "csp": "",
    1.13 +   "origin": "https://example.com",
    1.14 +   "manifestURL": "https://example.com/manifest.webapp",
    1.15 +   "description": "https://example.com App",
    1.16 +   "appStatus": 1
    1.17 + },
    1.18 + { "name": "http_test1_example_org",
    1.19 +   "csp": "",
    1.20 +   "origin": "http://test1.example.org",
    1.21 +   "manifestURL": "http://test1.example.org/manifest.webapp",
    1.22 +   "description": "http://test1.example.org App",
    1.23 +   "appStatus": 1
    1.24 + },
    1.25 + { "name": "http_test1_example_org_8000",
    1.26 +   "csp": "",
    1.27 +   "origin": "http://test1.example.org:8000",
    1.28 +   "manifestURL": "http://test1.example.org:8000/manifest.webapp",
    1.29 +   "description": "http://test1.example.org:8000 App",
    1.30 +   "appStatus": 1
    1.31 + },
    1.32 + { "name": "http_sub1_test1_example_org",
    1.33 +   "csp": "",
    1.34 +   "origin": "http://sub1.test1.example.org",
    1.35 +   "manifestURL": "http://sub1.test1.example.org/manifest.webapp",
    1.36 +   "description": "http://sub1.test1.example.org App",
    1.37 +   "appStatus": 1
    1.38 + },
    1.39 + { "name": "https_example_com_privileged",
    1.40 +   "csp": "",
    1.41 +   "origin": "https://example.com",
    1.42 +   "manifestURL": "https://example.com/manifest_priv.webapp",
    1.43 +   "description": "https://example.com Privileged App",
    1.44 +   "appStatus": 2
    1.45 + },
    1.46 + { "name": "https_example_com_certified",
    1.47 +   "csp": "",
    1.48 +   "origin": "https://example.com",
    1.49 +   "manifestURL": "https://example.com/manifest_cert.webapp",
    1.50 +   "description": "https://example.com Certified App",
    1.51 +   "appStatus": 3
    1.52 + }
    1.53 +]

mercurial