Skip to content

Commit

Permalink
add icons
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnyTheCarrot committed Apr 25, 2022
1 parent e631bea commit 706fafa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
Binary file added extension/icon128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extension/icon16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extension/icon48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
"action": {
"default_popup": "popup.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": ["*://*/*", "file://*.html"],
Expand Down

0 comments on commit 706fafa

Please # to comment.