Skip to content

Commit a9662fc

Browse files
committed
fix extensions
1 parent 069784a commit a9662fc

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
Binary file not shown.

examples/ruby/spec/spec_support/extensions/webextensions-selenium-example/manifest.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,17 @@
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
"id": "webextensions-selenium-example-v3@example.com"
2028
}
2129
}
22-
}
30+
}

0 commit comments

Comments
 (0)