Skip to content

Commit

Permalink
Added new extension icon
Browse files Browse the repository at this point in the history
  • Loading branch information
adokseo committed Apr 22, 2020
1 parent f0c683b commit abfd8f9
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 0 deletions.
Binary file added assets/icons/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 assets/icons/128.png~
Binary file not shown.
Binary file added assets/icons/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 assets/icons/16.png~
Binary file not shown.
Binary file added assets/icons/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 assets/icons/32.png~
Binary file not shown.
Binary file added assets/icons/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 assets/icons/48.png~
Binary file not shown.
6 changes: 6 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
"manifest_version": 2,
"name": "To-Do",
"version": "1.0",
"icons": {
"16": "assets/icons/16.png",
"32": "assets/icons/32.png",
"48": "assets/icons/48.png",
"128": "assets/icons/128.png"
},
"browser_action": {
"default_popup": "index.html"
},
Expand Down

0 comments on commit abfd8f9

Please sign in to comment.