feat: Add topSites namespace to metadata
https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/topSites#Browser_compatibility
This commit is contained in:
parent
69e58761a5
commit
4a407da02c
|
@ -574,6 +574,12 @@
|
||||||
"maxArgs": 2
|
"maxArgs": 2
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"topSites": {
|
||||||
|
"get": {
|
||||||
|
"minArgs": 0,
|
||||||
|
"maxArgs": 0
|
||||||
|
}
|
||||||
|
},
|
||||||
"webNavigation": {
|
"webNavigation": {
|
||||||
"getAllFrames": {
|
"getAllFrames": {
|
||||||
"minArgs": 1,
|
"minArgs": 1,
|
||||||
|
|
Loading…
Reference in New Issue