aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzefanja <zefanja@freenet.de>2015-01-08 07:00:50 +0700
committerzefanja <zefanja@freenet.de>2015-01-08 07:00:50 +0700
commit945a9a6763061a2ffd2c6362e386429cf80c683b (patch)
tree4734d08e5616014a674f63eb61a58d379995f463
parent17d5388fbe0ebafd84e9bc6125b7a7d83e6de37e (diff)
downloadbiblez-ng-945a9a6763061a2ffd2c6362e386429cf80c683b.tar.gz
* added storage permission to manifest.deployHEADmaster
-rw-r--r--manifest.deploy5
-rw-r--r--manifest.webapp2
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": {