diff options
author | ManeraKai <manerakai@protonmail.com> | 2023-02-09 01:31:45 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2023-02-09 01:31:45 +0300 |
commit | b91ae8e81629536b8cd163c40951ec1a7ff48e0e (patch) | |
tree | fd0cf8908422473640296ade66f82711aa8b315a /src/manifest.json | |
parent | Merge branch 'master' of https://github.com/libredirect/libredirect (diff) | |
download | libredirect-b91ae8e81629536b8cd163c40951ec1a7ff48e0e.zip |
Added support for bookmarks https://github.com/libredirect/libredirect/issues/568
Diffstat (limited to 'src/manifest.json')
-rw-r--r-- | src/manifest.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/manifest.json b/src/manifest.json index 2b51953c..f72e5b6f 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -25,6 +25,7 @@ "storage", "clipboardWrite", "contextMenus", + "bookmarks", "<all_urls>" ], "browser_action": { |