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