summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/permissions.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/permissions.md b/docs/permissions.md
index 49e201a6..b337bb31 100644
--- a/docs/permissions.md
+++ b/docs/permissions.md
@@ -23,12 +23,6 @@
Yomichan will sometimes need to inject stylesheets into webpages in order to
properly display the search popup.
-* `nativeMessaging` <br>
- Yomichan has the ability to communicate with an optional native messaging component in order to support
- parsing large blocks of Japanese text using
- [MeCab](https://en.wikipedia.org/wiki/MeCab).
- The installation of this component is optional and is not included by default.
-
* `clipboardWrite` <br>
Yomichan supports simulating the `Ctrl+C` (copy to clipboard) keyboard shortcut
when a definitions popup is open and focused.
@@ -38,3 +32,10 @@
while the browser is running, depending on how certain settings are configured.
This allows Yomichan to support scanning text from external applications, provided there is a way
to copy text from those applications to the clipboard.
+
+* `nativeMessaging` (optional on Chrome) <br>
+ Yomichan has the ability to communicate with an optional native messaging component in order to support
+ parsing large blocks of Japanese text using
+ [MeCab](https://en.wikipedia.org/wiki/MeCab).
+ The installation of this component is optional and is not included by default.
+ This permission is optional on Chrome, but required on Firefox, because Firefox does not permit it to be optional.