style: Alphabetically sort keys in contextMenus
This commit is contained in:
parent
1981c59d94
commit
fc25bd3e4c
|
@ -168,10 +168,6 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"contextMenus": {
|
"contextMenus": {
|
||||||
"update": {
|
|
||||||
"minArgs": 2,
|
|
||||||
"maxArgs": 2
|
|
||||||
},
|
|
||||||
"remove": {
|
"remove": {
|
||||||
"minArgs": 1,
|
"minArgs": 1,
|
||||||
"maxArgs": 1
|
"maxArgs": 1
|
||||||
|
@ -179,6 +175,10 @@
|
||||||
"removeAll": {
|
"removeAll": {
|
||||||
"minArgs": 0,
|
"minArgs": 0,
|
||||||
"maxArgs": 0
|
"maxArgs": 0
|
||||||
|
},
|
||||||
|
"update": {
|
||||||
|
"minArgs": 2,
|
||||||
|
"maxArgs": 2
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"cookies": {
|
"cookies": {
|
||||||
|
|
Loading…
Reference in New Issue