Skip to content

Commit

Permalink
custom icons!
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaismyname committed Oct 2, 2018
1 parent 9afcca5 commit d15b96f
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 2 deletions.
Binary file added src/icons/icon-128.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 src/icons/icon-256.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 src/icons/icon-32.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 src/icons/icon-48.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 src/icons/icon-64.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 modified src/icons/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 14 additions & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,23 @@
"version": "0.1.0",

"icons": {
"128": "./icons/icon.png"
"512": "./icons/icon.png",
"256": "./icons/icon-256.png",
"128": "./icons/icon-128.png",
"64": "./icons/icon-64.png",
"48": "./icons/icon-48.png",
"32": "./icons/icon-32.png"
},

"browser_action": {
"default_icon": "./icons/icon.png"
"default_icon": {
"512": "./icons/icon.png",
"256": "./icons/icon-256.png",
"128": "./icons/icon-128.png",
"64": "./icons/icon-64.png",
"48": "./icons/icon-48.png",
"32": "./icons/icon-32.png"
}
},

"background": {
Expand Down

0 comments on commit d15b96f

Please sign in to comment.