Skip to content

Commit

Permalink
🐛 bug: fix icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ImDarkTom committed Nov 13, 2024
1 parent aedb5ea commit 9a2ed1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"browser_action": {
"default_icon": {
"16": "/img/icon16.png",
"48": "/img/icon48.png",
"128": "/img/icon128.png"
"16": "/img/icon/icon16.png",
"48": "/img/icon/icon48.png",
"128": "/img/icon/icon128.png"
}
},
"content_scripts": [
Expand Down

0 comments on commit 9a2ed1a

Please sign in to comment.