Skip to content

Commit

Permalink
fix: update chrome manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
pistom committed Aug 9, 2024
1 parent 5af5717 commit 97702bd
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions public/manifests/chrome.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
},
"options_ui": {
"page": "popup.html",
"open_in_tab": true,
"chrome_style": false
"open_in_tab": true
},
"permissions": [
"storage",
Expand Down Expand Up @@ -257,10 +256,9 @@
"extension_pages": "script-src 'self'; object-src 'self'"
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Shift+1"
}
"_execute_action": {
"suggested_key": "Ctrl+Shift+1",
"description": "Highlight or Hide Search Engine Results"
}
}
}

0 comments on commit 97702bd

Please sign in to comment.