Skip to content

Commit

Permalink
Add logo 128
Browse files Browse the repository at this point in the history
  • Loading branch information
YellowFish085 committed Apr 16, 2020
1 parent 3323b91 commit 0e8bf4e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Binary file added public/logo-128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/manifest_chrome.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"homepage_url": "https://github.com/YellowFish085/ani-search",
"icons": {
"48": "logo-48.png",
"96": "logo-96.png"
"96": "logo-96.png",
"128": "logo-128.png"
},
"permissions": [
"contextMenus",
Expand Down
3 changes: 2 additions & 1 deletion src/manifest_firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
},
"icons": {
"48": "logo-48.png",
"96": "logo-96.png"
"96": "logo-96.png",
"128": "logo-128.png"
},
"permissions": [
"contextMenus",
Expand Down

0 comments on commit 0e8bf4e

Please sign in to comment.