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": {
|
"launch-logger": {
|
||||||
"description": "__MSG_popupTipLog__"
|
"description": "__MSG_popupTipLog__"
|
||||||
|
},
|
||||||
|
"toggle-blocking-profile": {
|
||||||
|
"description": "__MSG_toggleBlockingProfile__"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"content_scripts": [
|
"content_scripts": [
|
||||||
|
|
|
@ -20,6 +20,9 @@
|
||||||
},
|
},
|
||||||
"launch-logger": {
|
"launch-logger": {
|
||||||
"description": "__MSG_popupTipLog__"
|
"description": "__MSG_popupTipLog__"
|
||||||
|
},
|
||||||
|
"toggle-blocking-profile": {
|
||||||
|
"description": "__MSG_toggleBlockingProfile__"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"content_scripts": [
|
"content_scripts": [
|
||||||
|
|
|
@ -27,6 +27,9 @@
|
||||||
},
|
},
|
||||||
"launch-logger": {
|
"launch-logger": {
|
||||||
"description": "__MSG_popupTipLog__"
|
"description": "__MSG_popupTipLog__"
|
||||||
|
},
|
||||||
|
"toggle-blocking-profile": {
|
||||||
|
"description": "__MSG_toggleBlockingProfile__"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"content_scripts": [
|
"content_scripts": [
|
||||||
|
|
|
@ -967,6 +967,10 @@
|
||||||
"message":"Toggle blocking profile",
|
"message":"Toggle blocking profile",
|
||||||
"description":"Label for keyboard shortcut used to 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":{
|
"dummy":{
|
||||||
"message":"This entry must be the last one",
|
"message":"This entry must be the last one",
|
||||||
"description":"so we dont need to deal with comma for last entry"
|
"description":"so we dont need to deal with comma for last entry"
|
||||||
|
|
Loading…
Reference in New Issue