diff options
author | jbukl <noreply@github.com> | 2023-10-20 02:37:47 -0400 |
---|---|---|
committer | jbukl <noreply@github.com> | 2023-10-20 15:25:52 -0400 |
commit | 9a39d0a7e2896edd4a6deebad00b8550cfffc15b (patch) | |
tree | ab4aa25d9c89856066ae9d1c347da3ad9bb6ea4e /dev | |
parent | c3be9af7b6f00dad7107fcdae60a8004cc81936a (diff) |
fix: chromium clipboard access
on chromium, backend calls to clipboardGet are forwarded to an offscreen script
Diffstat (limited to 'dev')
-rw-r--r-- | dev/data/manifest-variants.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dev/data/manifest-variants.json b/dev/data/manifest-variants.json index 26d91d26..7f91e582 100644 --- a/dev/data/manifest-variants.json +++ b/dev/data/manifest-variants.json @@ -167,6 +167,15 @@ "pattern": "^(.*)(?:\\.\\s*)?$", "patternFlags": "", "replacement": "$1. This is a development build." + }, + { + "action": "add", + "path": [ + "permissions" + ], + "items": [ + "offscreen" + ] } ] }, |