diff options
-rw-r--r-- | manifest.deploy | 5 | ||||
-rw-r--r-- | 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. <b>Features:</b> <ul><li>many available bibles in different languages (e.g. ESV, KJV, NET (free version), ...)</li><li>notes</li><li>bookmarks</li><li>highlights</li><li>history of last read scriptures</li><li>no internet connection required (only for downloading modules)</li></ul> 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 <a href:mailto:info@zefanjas.de>info@zefanjas.de</a>!", "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": { |