mirror of
https://github.com/SoPat712/videospeed.git
synced 2025-08-21 18:08:46 -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",
|
"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": [{
|
||||||
|
Reference in New Issue
Block a user