diff options
author | praschke <stel@comfy.monster> | 2023-10-29 22:17:08 +0000 |
---|---|---|
committer | praschke <stel@comfy.monster> | 2023-10-29 23:22:22 +0000 |
commit | bbefd8a07ba71d7fe5e9c707ddb06e99bfd2a502 (patch) | |
tree | 528d984e6f4b3f39e4502a6cf125f8fc30b86c6c /docs | |
parent | e61a69fb9ed8ad1dc94b4695d9b9052f4a533a52 (diff) |
nativeMessaging can always be optional
this is the only blocker to Firefox for Android.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/permissions.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/permissions.md b/docs/permissions.md index 8ab3bba5..b2b1a34c 100644 --- a/docs/permissions.md +++ b/docs/permissions.md @@ -27,15 +27,14 @@ Yomichan supports simulating the `Ctrl+C` (copy to clipboard) keyboard shortcut when a definitions popup is open and focused. -* `clipboardRead` (optional) <br> +* `clipboardRead` _(optional)_ <br> Yomichan supports automatically opening a search window when Japanese text is copied to the clipboard 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> +* `nativeMessaging` _(optional, unavailable on Firefox for Android)_ <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. |