mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-21 00:32:48 +02:00
Use browser_style in webpack example
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
"browser_action": {
|
||||
"default_icon": "icons/leftpad-32.png",
|
||||
"default_title": "Left Pad",
|
||||
"default_popup": "popup/left-pad.html"
|
||||
"default_popup": "popup/left-pad.html",
|
||||
"browser_style": true
|
||||
},
|
||||
"background": {
|
||||
"scripts": ["background_scripts/index.js"]
|
||||
|
||||
Reference in New Issue
Block a user