mirror of
https://github.com/c0de-archive/Fox.ci_Chrome_Extension.git
synced 2024-12-22 05:42:39 +00:00
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:
parent
720fcd78a5
commit
fd0c3d9dbc
@ -14,8 +14,8 @@
|
||||
},
|
||||
"permissions": [
|
||||
"<all_urls>",
|
||||
"clipboardWrite",
|
||||
"tabs",
|
||||
"clipboardWrite",
|
||||
"contextMenus",
|
||||
"notifications"
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user