Skip to content

Commit

Permalink
feature: permission for context menu
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobkim9881 committed Dec 2, 2020
1 parent 0faa45c commit ef452c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Mouse Footprint Tailing",
"version": "0.0.3.1",
"permissions": ["activeTab", "declarativeContent", "https://*/*"],
"permissions": ["activeTab", "declarativeContent", "contextMenus", "https://*/*"],
"content_scripts": [
{
"matches": ["https://*/*"],
Expand Down

0 comments on commit ef452c7

Please sign in to comment.