Fix browser_action.default_icon paths in manifest.json

This commit is contained in:
Ivan Vyshnevskyi
2017-03-18 21:53:48 +02:00
committed by GitHub
parent 37bd015112
commit 8e7963d02d

View File

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