Skip to content

Commit

Permalink
Update sample extension for ChromeOptionsFunctionalTest
Browse files Browse the repository at this point in the history
Signed-off-by: Viet Nguyen Duc <[email protected]>
  • Loading branch information
VietND96 committed Oct 19, 2024
1 parent 1b64798 commit 9759c09
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Binary file modified common/extensions/webextensions-selenium-example.crx
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@
]
}
],
"permissions": [
"storage",
"scripting"
],
"host_permissions": [
"https://*/*",
"http://*/*"
],
"browser_specific_settings": {
"gecko": {
"id": "[email protected]"
Expand Down

0 comments on commit 9759c09

Please sign in to comment.