Skip to content

Commit 9759c09

Browse files
committed
Update sample extension for ChromeOptionsFunctionalTest
Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent 1b64798 commit 9759c09

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Diff for: common/extensions/webextensions-selenium-example.crx

89 Bytes
Binary file not shown.

Diff for: common/extensions/webextensions-selenium-example/manifest.json

+8
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@
1414
]
1515
}
1616
],
17+
"permissions": [
18+
"storage",
19+
"scripting"
20+
],
21+
"host_permissions": [
22+
"https://*/*",
23+
"http://*/*"
24+
],
1725
"browser_specific_settings": {
1826
"gecko": {
1927

0 commit comments

Comments
 (0)