diff options
author | James Maa <jmaa@berkeley.edu> | 2024-06-10 10:59:54 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-10 17:59:54 +0000 |
commit | e24075e1a91ab8b58bb5836cf7abcefae5cbf8c3 (patch) | |
tree | 57881c2de6a9d75185a390741d404d61d5c9ce69 /dev/data/manifest-variants.json | |
parent | 8eea3661714c64857aa32a8662f7cca6674dd3a4 (diff) |
Add context menu interface for Yomitan (#1028)
* --wip-- [skip ci]
* Draft
* Remove weird code
* Use existing API instead of dulpicating
* Small improvements
* remove console.log
* remove console.log
* Add setting for contextMenu
* Fix test
* Address comments
* Add option-util upgrade
* fix option-utils
Diffstat (limited to 'dev/data/manifest-variants.json')
-rw-r--r-- | dev/data/manifest-variants.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev/data/manifest-variants.json b/dev/data/manifest-variants.json index 93841f46..3c299965 100644 --- a/dev/data/manifest-variants.json +++ b/dev/data/manifest-variants.json @@ -64,7 +64,8 @@ "unlimitedStorage", "declarativeNetRequest", "scripting", - "offscreen" + "offscreen", + "contextMenus" ], "optional_permissions": [ "clipboardRead", |