Add missing command in manifest.json

This commit is contained in:
Raymond Hill 2019-06-26 17:17:41 -04:00
parent c835c485d0
commit a9659d039d
No known key found for this signature in database
GPG key ID: 25E1490B761470C2
4 changed files with 13 additions and 0 deletions

View file

@ -27,6 +27,9 @@
},
"launch-logger": {
"description": "__MSG_popupTipLog__"
},
"toggle-blocking-profile": {
"description": "__MSG_toggleBlockingProfile__"
}
},
"content_scripts": [

View file

@ -20,6 +20,9 @@
},
"launch-logger": {
"description": "__MSG_popupTipLog__"
},
"toggle-blocking-profile": {
"description": "__MSG_toggleBlockingProfile__"
}
},
"content_scripts": [

View file

@ -27,6 +27,9 @@
},
"launch-logger": {
"description": "__MSG_popupTipLog__"
},
"toggle-blocking-profile": {
"description": "__MSG_toggleBlockingProfile__"
}
},
"content_scripts": [

View file

@ -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"