Skip to content

Commit

Permalink
Add icons
Browse files Browse the repository at this point in the history
  • Loading branch information
phocks committed Jul 27, 2020
1 parent 532fcfe commit 7ab17dc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
Binary file added 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 icons/icon-16.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 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.
5 changes: 4 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
"description": "Loads latest ABC News",

"icons": {
"48": "icons/abc-48.png"
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/abc-48.png",
"128": "icons/icon-128.png"
},
"browser_action": {
"default_icon": "icons/abc.png",
Expand Down

0 comments on commit 7ab17dc

Please sign in to comment.