Merge pull request #189 from sainaen/patch-1

Fix browser_action.default_icon paths in manifest.json
This commit is contained in:
Ilya Grigorik
2017-03-19 10:45:36 -07:00
committed by GitHub

View File

@@ -14,10 +14,10 @@
"options_page": "options.html",
"browser_action": {
"default_icon": {
"19": "images/icon19.png",
"38": "images/icon38.png"
"19": "icons/icon19.png",
"38": "icons/icon38.png",
"48": "icons/icon48.png"
},
"default_icon": "icons/icon48.png",
"default_popup": "popup.html"
},
"content_scripts": [{