From 379fdcf2280939c72e1be4e4f38567149a108873 Mon Sep 17 00:00:00 2001 From: jbukl Date: Sat, 21 Oct 2023 12:33:51 -0400 Subject: fix: clipboard getImage, review comments implement getImage for offscreen requests move offscreen files, offscreen prep is done in sw prep update permissions document for offscreen rearrange permissions --- docs/permissions.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs') diff --git a/docs/permissions.md b/docs/permissions.md index b337bb31..4fa7ab83 100644 --- a/docs/permissions.md +++ b/docs/permissions.md @@ -23,6 +23,11 @@ Yomichan will sometimes need to inject stylesheets into webpages in order to properly display the search popup. +* `offscreen` __(Manifest v3 only)_
+ Yomitan uses this permission to create a secondary backend document that has DOM access, given that Manifest v3 + service workers do not. Service workers can then reach out to out to this document in order to complete + actions that require access to DOM APIs, such as any that require clipboard access. + * `clipboardWrite`
Yomichan supports simulating the `Ctrl+C` (copy to clipboard) keyboard shortcut when a definitions popup is open and focused. -- cgit v1.2.3