X-Git-Url: https://git-public.kairo.at/?p=aboutcrashes.git;a=blobdiff_plain;f=manifest.webapp;h=d67f141d46140f8414ee8d542094eda822606a05;hp=30e4729053b4318c83e135c63747d23d7ebd5796;hb=HEAD;hpb=e4c9f219dfff1eb578436ac45da22b6e871d2147 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." } },