mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 01:02:08 +01:00
Add missing entries in manifest for new toggle-javascript command
Related issue: https://github.com/uBlockOrigin/uBlock-issues/issues/692
This commit is contained in:
parent
b3b8f45961
commit
1c2d21d91e
2 changed files with 6 additions and 0 deletions
|
@ -43,6 +43,9 @@
|
|||
},
|
||||
"toggle-cosmetic-filtering": {
|
||||
"description": "__MSG_toggleCosmeticFiltering__"
|
||||
},
|
||||
"toggle-javascript": {
|
||||
"description": "__MSG_toggleJavascript__"
|
||||
}
|
||||
},
|
||||
"content_scripts": [
|
||||
|
|
|
@ -30,6 +30,9 @@
|
|||
},
|
||||
"toggle-cosmetic-filtering": {
|
||||
"description": "__MSG_toggleCosmeticFiltering__"
|
||||
},
|
||||
"toggle-javascript": {
|
||||
"description": "__MSG_toggleJavascript__"
|
||||
}
|
||||
},
|
||||
"content_scripts": [
|
||||
|
|
Loading…
Reference in a new issue