mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-20 01:12:38 +01:00
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
Block a user