aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkTr <mark@foresightlinux.org>2015-01-07 14:48:49 +0100
committerMarkTr <mark@foresightlinux.org>2015-01-07 14:48:49 +0100
commit17d5388fbe0ebafd84e9bc6125b7a7d83e6de37e (patch)
treef461ac8d67b0263c8909eb46e5828d59739c2afe
parent7cf63a7934688d36475e6080a42ffdc91ba2dd6f (diff)
downloadbiblez-ng-17d5388fbe0ebafd84e9bc6125b7a7d83e6de37e.tar.gz
Add storage privileges to workaround #14
According to https://bugzilla.mozilla.org/show_bug.cgi?id=827740#c13 apps can opt-in for unlimited indexedDB until https://bugzilla.mozilla.org/show_bug.cgi?id=1048696 is fixed
-rw-r--r--manifest.webapp5
1 files changed, 4 insertions, 1 deletions
diff --git a/manifest.webapp b/manifest.webapp
index ebed5db..a123d2f 100644
--- a/manifest.webapp
+++ b/manifest.webapp
@@ -13,8 +13,11 @@
"default_locale": "en",
"type": "privileged",
"permissions": {
+ "storage": {
+ "description": "Avoid IndexedDB quota Warning"
+ },
"systemXHR": {
"description": "Required to download CrossWire's bible modules"
}
}
-} \ No newline at end of file
+}