mirror of
https://github.com/SoPat712/videospeed.git
synced 2025-08-22 02:18:45 -04:00
Merge pull request #189 from sainaen/patch-1
Fix browser_action.default_icon paths in manifest.json
This commit is contained in:
@@ -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": [{
|
||||
|
Reference in New Issue
Block a user