summaryrefslogtreecommitdiffstats
path: root/security/manager/ssl/tests/unit/test_signed_manifest/manifest.webapp
blob: ad477719b4812f6f4431d69f446584008b0bad0b (plain)
1
2
3
4
5
6
7
8
9
10
{ "name": "Trusted App Example",
  "description": "A Manifest for a Trusted Hosted Application",
  "type": "trusted",
  "launch_path": "/index.html",
  "icons": { "128" : "icon-128.png" },
  "version": 1,
  "csp" : "script-src https://www.example.com; style-src https://www.example.com",
  "permissions": { "device-storage:videos":{ "access": "readonly" }, "device-storage:pictures":{ "access": "readwrite" } },
  "default_locale": "en-US"
}