1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-05 11:37:01 +02: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:
Raymond Hill 2024-01-12 17:34:59 -05:00
parent b3b8f45961
commit 1c2d21d91e
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
2 changed files with 6 additions and 0 deletions

View File

@ -43,6 +43,9 @@
},
"toggle-cosmetic-filtering": {
"description": "__MSG_toggleCosmeticFiltering__"
},
"toggle-javascript": {
"description": "__MSG_toggleJavascript__"
}
},
"content_scripts": [

View File

@ -30,6 +30,9 @@
},
"toggle-cosmetic-filtering": {
"description": "__MSG_toggleCosmeticFiltering__"
},
"toggle-javascript": {
"description": "__MSG_toggleJavascript__"
}
},
"content_scripts": [