Skip to content

Commit

Permalink
fix: add required 128px icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Beaman committed Jun 9, 2020
1 parent 3e23783 commit 05f23e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@

"icons": {
"48": "extension_code/img/Icon-48.png",
"96": "extension_code/img/Icon-96.png"
"96": "extension_code/img/Icon-96.png",
"128": "extension_code/img/Icon-128.png"
},
"background": {
"page": "extension_code/html/background.html"
Expand Down

0 comments on commit 05f23e7

Please sign in to comment.