mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 08:27:31 +09:00
Add 'menus' to WE manifest
This commit is contained in:
parent
0ff6a01974
commit
a69e982b98
4 changed files with 16 additions and 3 deletions
|
|
@ -20,7 +20,7 @@
|
|||
{
|
||||
"namespace": "contextMenus",
|
||||
"description": "Use the <code>browser.contextMenus</code> API to add items to the browser's context menu. You can choose what types of objects your context menu additions apply to, such as images, hyperlinks, and pages.",
|
||||
"permissions": ["contextMenus"],
|
||||
"permissions": ["contextMenus", "menus"],
|
||||
"properties": {
|
||||
"ACTION_MENU_TOP_LEVEL_LIMIT": {
|
||||
"value": 6,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue