mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-05 10:22:30 +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
@ -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 New Issue
Block a user