just drop the current variant of this into the repo, still doesn't work as expected
[aboutcrashes.git] / rbka-test / manifest.webapp
1 {
2   "name": "About Crashes",
3   "description": "Access crash reports submitted by your Firefox OS device.",
4   "launch_path": "/aboutcrashes/index.html",
5   "type": "certified",
6   "permissions": {
7     "device-storage:apps": {
8       "access": "readonly",
9       "description": "Read crash reports on the device."
10     }
11   },
12   "developer": {
13     "name": "Robert Kaiser",
14     "url": "http://www.kairo.at/"
15   },
16   "icons": {
17     "16": "/style/icon16.png",
18     "32": "/style/icon32.png",
19     "48": "/style/icon48.png",
20     "64": "/style/icon64.png",
21     "128": "/style/icon128.png"
22   }
23 }