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