just drop the current variant of this into the repo, still doesn't work as expected master
authorRobert Kaiser <kairo@kairo.at>
Mon, 22 Apr 2013 16:43:17 +0000 (18:43 +0200)
committerRobert Kaiser <kairo@kairo.at>
Mon, 22 Apr 2013 16:43:17 +0000 (18:43 +0200)
manifest.webapp
metadata.json [deleted file]
rbka-test/manifest.webapp [new file with mode: 0644]
rbka-test/metadata.json [new file with mode: 0644]
resources/icon128.xcf [new file with mode: 0644]
style/icon128.png [new file with mode: 0644]
style/icon16.png [new file with mode: 0644]
style/icon32.png [new file with mode: 0644]
style/icon48.png [new file with mode: 0644]
style/icon64.png [new file with mode: 0644]

index 30e4729053b4318c83e135c63747d23d7ebd5796..d67f141d46140f8414ee8d542094eda822606a05 100644 (file)
@@ -1,10 +1,11 @@
 {
   "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."
     }
   },
diff --git a/metadata.json b/metadata.json
deleted file mode 100644 (file)
index d5c1b15..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-{
-  "origin": "https://robert.box.kairo.at",
-  "manifestURL": "https://robert.box.kairo.at/manifest.webapp"
-}
\ No newline at end of file
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
diff --git a/rbka-test/metadata.json b/rbka-test/metadata.json
new file mode 100644 (file)
index 0000000..e017449
--- /dev/null
@@ -0,0 +1,4 @@
+{
+  "origin": "http://robert.box.kairo.at/aboutcrashes/",
+  "manifestURL": "http://robert.box.kairo.at/aboutcrashes/manifest.webapp"
+}
\ No newline at end of file
diff --git a/resources/icon128.xcf b/resources/icon128.xcf
new file mode 100644 (file)
index 0000000..d317efb
Binary files /dev/null and b/resources/icon128.xcf differ
diff --git a/style/icon128.png b/style/icon128.png
new file mode 100644 (file)
index 0000000..70e1c36
Binary files /dev/null and b/style/icon128.png differ
diff --git a/style/icon16.png b/style/icon16.png
new file mode 100644 (file)
index 0000000..01bb318
Binary files /dev/null and b/style/icon16.png differ
diff --git a/style/icon32.png b/style/icon32.png
new file mode 100644 (file)
index 0000000..1dd5718
Binary files /dev/null and b/style/icon32.png differ
diff --git a/style/icon48.png b/style/icon48.png
new file mode 100644 (file)
index 0000000..ef81ecb
Binary files /dev/null and b/style/icon48.png differ
diff --git a/style/icon64.png b/style/icon64.png
new file mode 100644 (file)
index 0000000..fb92b18
Binary files /dev/null and b/style/icon64.png differ