From b0bc7dc08fd05fbfc45679fbad9aee82a9f2248e Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Tue, 2 Mar 2021 22:08:34 -0500 Subject: Add a toggle for the persistent storage option on the permissions page (#1479) --- ext/permissions.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'ext/permissions.html') diff --git a/ext/permissions.html b/ext/permissions.html index 5bd6987f..699aca4f 100644 --- a/ext/permissions.html +++ b/ext/permissions.html @@ -153,6 +153,28 @@ +
+
+
Persistent storage
+
+

+ Web browsers will sometimes clear stored data if the device is running low on storage space, + which can result in the imported dictionaries being deleted unexpectedly. + The persistent storage permission tells the browser that the data should not be deleted in those circumstances. +

+

+ It may not be possible to enable this permission on Firefox for Android. +

+

+ Chromium-based browsers should not need to enable this setting since the Yomichan extension has + the unlimitedStorage permission, which should prevent data deletion.[1] +

+
+
+
+ +
+
@@ -172,6 +194,7 @@ + -- cgit v1.2.3