mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-09 21:00:42 +02:00
8 lines
163 B
JavaScript
8 lines
163 B
JavaScript
extensions.registerPrivilegedAPI("contextMenus", (extension, context) => {
|
|
return {
|
|
contextMenus: {
|
|
create() {},
|
|
removeAll() {},
|
|
},
|
|
};
|
|
});
|