mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 23:37:33 +09:00
parent
30c7ed8319
commit
de4d9aa091
5 changed files with 3 additions and 52 deletions
|
|
@ -11,8 +11,7 @@
|
|||
"choices": [{
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"contextMenus",
|
||||
"menus"
|
||||
"contextMenus"
|
||||
]
|
||||
}]
|
||||
}
|
||||
|
|
@ -21,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", "menus"],
|
||||
"permissions": ["contextMenus"],
|
||||
"properties": {
|
||||
"ACTION_MENU_TOP_LEVEL_LIMIT": {
|
||||
"value": 6,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue