387ace2a121ca20c3d6c03463dcdf3aa81579624
[aboutcrashes.git] / manifest.webapp
1 {
2   "name": "About Crashes",
3   "description": "Access crash reports submitted by your Firefox OS device.",
4   "launch_path": "/index.html",
5   "permissions": {
6     "device-storage:apps": {
7       "description": "Read crash reports on the device."
8     }
9   },
10   "developer": {
11     "name": "Robert Kaiser",
12     "url": "http://www.kairo.at/"
13   },
14   "icons": {
15     "16": "/style/icon16.png",
16     "32": "/style/icon32.png",
17     "48": "/style/icon48.png",
18     "64": "/style/icon64.png",
19     "128": "/style/icon128.png"
20   }
21 }