From: Robert Kaiser Date: Mon, 22 Apr 2013 16:43:17 +0000 (+0200) Subject: just drop the current variant of this into the repo, still doesn't work as expected X-Git-Url: https://git-public.kairo.at/?p=aboutcrashes.git;a=commitdiff_plain;h=dd344e9f97653d266698c7b6189488f40f1bbaa2;ds=sidebyside just drop the current variant of this into the repo, still doesn't work as expected --- diff --git a/manifest.webapp b/manifest.webapp index 30e4729..d67f141 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -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 index d5c1b15..0000000 --- a/metadata.json +++ /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 index 0000000..d67f141 --- /dev/null +++ b/rbka-test/manifest.webapp @@ -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 index 0000000..e017449 --- /dev/null +++ b/rbka-test/metadata.json @@ -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 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 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 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 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 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 index 0000000..fb92b18 Binary files /dev/null and b/style/icon64.png differ