Skip to content

Commit 33f71d1

Browse files
committed
add option page in firefox
1 parent 5a5ec10 commit 33f71d1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

packages/devtool-extenstion/browser/firefox/manifest.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
"scripts": ["background.js"]
2323
},
2424
"devtools_page": "devtool/devtool.html",
25+
"options_ui": {
26+
"page": "options/options.html",
27+
"browser_style": true
28+
},
2529
"permissions": ["storage", "file:///*", "http://*/*", "https://*/*"],
2630
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; style-src * 'unsafe-inline'; img-src 'self' data:;",
2731
"content_scripts": [

0 commit comments

Comments
 (0)