just drop the current variant of this into the repo, still doesn't work as expected
[aboutcrashes.git] / rbka-test / manifest.webapp
diff --git a/rbka-test/manifest.webapp b/rbka-test/manifest.webapp
new file mode 100644 (file)
index 0000000..d67f141
--- /dev/null
@@ -0,0 +1,23 @@
+{
+  "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