Add 'menus' to WE manifest

This commit is contained in:
wuggy 2026-09-19 03:50:15 -07:00
commit a69e982b98
4 changed files with 16 additions and 3 deletions

View file

@ -31,6 +31,11 @@
"browser_style": {
"type": "boolean",
"optional": true
},
"default_area": {
"type": "string",
"enum": ["navbar", "menupanel", "tabstrip", "personaltoolbar"],
"optional": true
}
},
"optional": true

View file

@ -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,