From e9b147d20c0004abc74adafc3cb4c361bb9757f5 Mon Sep 17 00:00:00 2001 From: Kuuuube <61125188+Kuuuube@users.noreply.github.com> Date: Wed, 15 May 2024 02:55:58 -0400 Subject: Allow setting optional permissions on welcome page (#942) * Differentiate between recommended and full permissions on welcome page * Allow setting optional permissions from welcome page * Fix early return causing firefox permission text to not update correctly --- ext/welcome.html | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) (limited to 'ext/welcome.html') diff --git a/ext/welcome.html b/ext/welcome.html index f2192686..dd3e2f1e 100644 --- a/ext/welcome.html +++ b/ext/welcome.html @@ -31,15 +31,30 @@
Enable recommended permissions
-
This will allow Yomitan to scan text from most sites. Further configuration is available on the Permissions page.
- - - +
This will allow Yomitan to scan text from most sites.
+
+
+
Enable optional permissions
+
This will allow Yomitan to read the clipboard and communicate with external programs.
+
+
+ +
+
+
+
+
Further configuration is available on the Permissions page and the web browser's extension settings page.
+ + + + +
+
-- cgit v1.2.3