aboutsummaryrefslogtreecommitdiff
path: root/test/extension_crafting.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/extension_crafting.py')
-rw-r--r--test/extension_crafting.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/extension_crafting.py b/test/extension_crafting.py
index efb2687..ed5792f 100644
--- a/test/extension_crafting.py
+++ b/test/extension_crafting.py
@@ -63,6 +63,10 @@ def manifest_template():
],
'content_security_policy': "object-src 'none'; script-src 'self' https://serve.scrip.ts;",
'web_accessible_resources': ['testpage.html'],
+ 'options_ui': {
+ 'page': 'testpage.html',
+ 'open_in_tab': True
+ },
'background': {
'persistent': True,
'scripts': ['__open_test_page.js', 'background.js']