{
"name": "About Crashes",
"description": "Access crash reports submitted by your Firefox OS device.",
- "launch_path": "/index.html",
+ "launch_path": "/aboutcrashes/index.html",
"type": "certified",
"permissions": {
"device-storage:apps": {
+ "access": "readonly",
"description": "Read crash reports on the device."
}
},
+++ /dev/null
-{
- "origin": "https://robert.box.kairo.at",
- "manifestURL": "https://robert.box.kairo.at/manifest.webapp"
-}
\ No newline at end of file
--- /dev/null
+{
+ "name": "About Crashes",
+ "description": "Access crash reports submitted by your Firefox OS device.",
+ "launch_path": "/aboutcrashes/index.html",
+ "type": "certified",
+ "permissions": {
+ "device-storage:apps": {
+ "access": "readonly",
+ "description": "Read crash reports on the device."
+ }
+ },
+ "developer": {
+ "name": "Robert Kaiser",
+ "url": "http://www.kairo.at/"
+ },
+ "icons": {
+ "16": "/style/icon16.png",
+ "32": "/style/icon32.png",
+ "48": "/style/icon48.png",
+ "64": "/style/icon64.png",
+ "128": "/style/icon128.png"
+ }
+}
\ No newline at end of file
--- /dev/null
+{
+ "origin": "http://robert.box.kairo.at/aboutcrashes/",
+ "manifestURL": "http://robert.box.kairo.at/aboutcrashes/manifest.webapp"
+}
\ No newline at end of file