Removed unused permissions and brower action. Shortcut is now CTRL+I

This commit is contained in:
Felipe Martin 2017-04-01 13:12:08 +02:00
parent b52bdde59f
commit 82af7d3812
1 changed files with 1 additions and 6 deletions

View File

@ -23,21 +23,16 @@
}
],
"commands": {
"start": {
"suggested_key": {
"default": "Ctrl+K"
"default": "Ctrl+I"
},
"description": "Start keyhinter"
}
},
"browser_action": {
"default_icon": "icon.png"
},
"permissions": [
"browsingData",
"commands",
"nativeMessaging"
]