We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5e835e commit 39be96eCopy full SHA for 39be96e
1 file changed
chromium/manifest.json
@@ -42,7 +42,8 @@
42
"minimum_chrome_version": "55",
43
"name": "__MSG_about_ext_name__",
44
"options_ui": {
45
- "page": "pages/options/index.html"
+ "page": "pages/options/index.html",
46
+ "open_in_tab": true
47
},
48
"permissions": [
49
"webNavigation",
@@ -58,4 +59,4 @@
58
59
"web_accessible_resources": [
60
"/pages/cancel/index.html"
61
]
-}
62
+}
0 commit comments