Fix manifest.json

For some reason chrome.tabs.get is failing with an undefined method error,
this should fix the permissions... hopefully

Signed-off-by: David Todd <c0de@unps.us>
This commit is contained in:
David Todd 2015-03-13 21:38:02 -05:00
parent 720fcd78a5
commit fd0c3d9dbc
1 changed files with 1 additions and 1 deletions

View File

@ -14,8 +14,8 @@
},
"permissions": [
"<all_urls>",
"clipboardWrite",
"tabs",
"clipboardWrite",
"contextMenus",
"notifications"
],