Use browser_style in webpack example

This commit is contained in:
Martin Giger
2016-10-16 15:27:56 +02:00
parent 7812c6ae9d
commit 2b4b64c4a3
3 changed files with 69 additions and 8 deletions
+2 -1
View File
@@ -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"]