X-Git-Url: https://git-public.kairo.at/?p=aboutcrashes.git;a=blobdiff_plain;f=manifest.webapp;h=d67f141d46140f8414ee8d542094eda822606a05;hp=387ace2a121ca20c3d6c03463dcdf3aa81579624;hb=HEAD;hpb=4c4f536429b71bcc7539d083d2ae5a5f796cbd4d diff --git a/manifest.webapp b/manifest.webapp index 387ace2..d67f141 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -1,9 +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." } },