feat: Add topSites namespace to metadata

https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/topSites#Browser_compatibility
This commit is contained in:
Rob Wu 2018-06-05 16:49:43 +02:00 committed by Luca Greco
parent 69e58761a5
commit 4a407da02c
1 changed files with 6 additions and 0 deletions

View File

@ -574,6 +574,12 @@
"maxArgs": 2
}
},
"topSites": {
"get": {
"minArgs": 0,
"maxArgs": 0
}
},
"webNavigation": {
"getAllFrames": {
"minArgs": 1,