From 945a9a6763061a2ffd2c6362e386429cf80c683b Mon Sep 17 00:00:00 2001 From: zefanja Date: Thu, 8 Jan 2015 07:00:50 +0700 Subject: * added storage permission to manifest.deploy --- manifest.deploy | 5 ++++- manifest.webapp | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/manifest.deploy b/manifest.deploy index 1889856..12b478f 100644 --- a/manifest.deploy +++ b/manifest.deploy @@ -1,6 +1,6 @@ { "name": "BibleZ", - "version": "1.3.10", + "version": "1.3.11", "description": "BibleZ is an easy to use offline bible reader app for your FirefoxOS device! Enjoy the full bible at your fingertips. Features: BibleZ is based on the SWORD Project (http://crosswire.org) and licenced under GPLv3. If you have any problems with this app just send an eMail to info@zefanjas.de!", "launch_path": "/index.html", "icons": { @@ -18,6 +18,9 @@ "default_locale": "en", "type": "privileged", "permissions": { + "storage": { + "description": "Avoid IndexedDB quota Warning" + }, "systemXHR": { "description": "Required to download CrossWire's bible modules" } diff --git a/manifest.webapp b/manifest.webapp index a123d2f..1bae970 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -13,7 +13,7 @@ "default_locale": "en", "type": "privileged", "permissions": { - "storage": { + "storage": { "description": "Avoid IndexedDB quota Warning" }, "systemXHR": { -- cgit