Bug 1279392: [webext] Move API permission definitions to the schemas. r=aswan
MozReview-Commit-ID: 8m7wJrAbFwS
This commit is contained in:
@@ -90,7 +90,7 @@ extensions.on("shutdown", (type, extension) => {
|
||||
|
||||
var nextId = 0;
|
||||
|
||||
extensions.registerSchemaAPI("notifications", "notifications", (extension, context) => {
|
||||
extensions.registerSchemaAPI("notifications", (extension, context) => {
|
||||
return {
|
||||
notifications: {
|
||||
create: function(notificationId, options) {
|
||||
|
||||
Reference in New Issue
Block a user