mirror of https://github.com/gorhill/uBlock.git
Add missing command in manifest.json
This commit is contained in:
parent
c835c485d0
commit
a9659d039d
|
@ -27,6 +27,9 @@
|
|||
},
|
||||
"launch-logger": {
|
||||
"description": "__MSG_popupTipLog__"
|
||||
},
|
||||
"toggle-blocking-profile": {
|
||||
"description": "__MSG_toggleBlockingProfile__"
|
||||
}
|
||||
},
|
||||
"content_scripts": [
|
||||
|
|
|
@ -20,6 +20,9 @@
|
|||
},
|
||||
"launch-logger": {
|
||||
"description": "__MSG_popupTipLog__"
|
||||
},
|
||||
"toggle-blocking-profile": {
|
||||
"description": "__MSG_toggleBlockingProfile__"
|
||||
}
|
||||
},
|
||||
"content_scripts": [
|
||||
|
|
|
@ -27,6 +27,9 @@
|
|||
},
|
||||
"launch-logger": {
|
||||
"description": "__MSG_popupTipLog__"
|
||||
},
|
||||
"toggle-blocking-profile": {
|
||||
"description": "__MSG_toggleBlockingProfile__"
|
||||
}
|
||||
},
|
||||
"content_scripts": [
|
||||
|
|
|
@ -967,6 +967,10 @@
|
|||
"message":"Toggle blocking profile",
|
||||
"description":"Label for keyboard shortcut used to toggle blocking profile"
|
||||
},
|
||||
"relaxBlockingMode":{
|
||||
"message":"Relax blocking mode",
|
||||
"description":"Label for keyboard shortcut used to relax blocking mode (meant to replace 'Toggle blocking profile')"
|
||||
},
|
||||
"dummy":{
|
||||
"message":"This entry must be the last one",
|
||||
"description":"so we dont need to deal with comma for last entry"
|
||||
|
|
Loading…
Reference in New Issue