mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-26 11:59:12 +00:00
51 lines
1.6 KiB
JSON
51 lines
1.6 KiB
JSON
[{ "name": "http_example_org",
|
|
"csp": "",
|
|
"origin": "http://example.org",
|
|
"manifestURL": "http://example.org/manifest.webapp",
|
|
"description": "http://example.org App",
|
|
"appStatus": 1
|
|
},
|
|
{ "name": "https_example_com",
|
|
"csp": "",
|
|
"origin": "https://example.com",
|
|
"manifestURL": "https://example.com/manifest.webapp",
|
|
"description": "https://example.com App",
|
|
"appStatus": 1
|
|
},
|
|
{ "name": "http_test1_example_org",
|
|
"csp": "",
|
|
"origin": "http://test1.example.org",
|
|
"manifestURL": "http://test1.example.org/manifest.webapp",
|
|
"description": "http://test1.example.org App",
|
|
"appStatus": 1
|
|
},
|
|
{ "name": "http_test1_example_org_8000",
|
|
"csp": "",
|
|
"origin": "http://test1.example.org:8000",
|
|
"manifestURL": "http://test1.example.org:8000/manifest.webapp",
|
|
"description": "http://test1.example.org:8000 App",
|
|
"appStatus": 1
|
|
},
|
|
{ "name": "http_sub1_test1_example_org",
|
|
"csp": "",
|
|
"origin": "http://sub1.test1.example.org",
|
|
"manifestURL": "http://sub1.test1.example.org/manifest.webapp",
|
|
"description": "http://sub1.test1.example.org App",
|
|
"appStatus": 1
|
|
},
|
|
{ "name": "https_example_com_privileged",
|
|
"csp": "",
|
|
"origin": "https://example.com",
|
|
"manifestURL": "https://example.com/manifest_priv.webapp",
|
|
"description": "https://example.com Privileged App",
|
|
"appStatus": 2
|
|
},
|
|
{ "name": "https_example_com_certified",
|
|
"csp": "",
|
|
"origin": "https://example.com",
|
|
"manifestURL": "https://example.com/manifest_cert.webapp",
|
|
"description": "https://example.com Certified App",
|
|
"appStatus": 3
|
|
}
|
|
]
|