just drop the current variant of this into the repo, still doesn't work as expected
[aboutcrashes.git] / manifest.webapp
CommitLineData
4c4f5364
RK
1{
2 "name": "About Crashes",
3 "description": "Access crash reports submitted by your Firefox OS device.",
dd344e9f 4 "launch_path": "/aboutcrashes/index.html",
e4c9f219 5 "type": "certified",
4c4f5364
RK
6 "permissions": {
7 "device-storage:apps": {
dd344e9f 8 "access": "readonly",
4c4f5364
RK
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}