Bug 1279392: [webext] Move API permission definitions to the schemas. r=aswan
MozReview-Commit-ID: 8m7wJrAbFwS
This commit is contained in:
@@ -224,7 +224,7 @@ extensions.on("shutdown", (type, extension) => {
|
||||
});
|
||||
/* eslint-enable mozilla/balanced-listeners */
|
||||
|
||||
extensions.registerSchemaAPI("commands", null, (extension, context) => {
|
||||
extensions.registerSchemaAPI("commands", (extension, context) => {
|
||||
return {
|
||||
commands: {
|
||||
getAll() {
|
||||
|
||||
Reference in New Issue
Block a user