From 704864b7b2365de488150c947d50e27c97d3bc4c Mon Sep 17 00:00:00 2001 From: siikamiika Date: Sat, 26 Oct 2019 18:15:28 +0300 Subject: add clipboard monitor to search page Related to issue #262 about APIs --- ext/manifest.json | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/manifest.json') diff --git a/ext/manifest.json b/ext/manifest.json index e913c2b0..2b7fc105 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -41,6 +41,7 @@ "permissions": [ "", "storage", + "clipboardRead", "clipboardWrite", "unlimitedStorage" ], -- cgit v1.2.3