Skip to content

Commit

Permalink
Add logos
Browse files Browse the repository at this point in the history
  • Loading branch information
daweifeng committed Mar 8, 2021
1 parent 3606ea3 commit d8dfb3b
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 1 deletion.
Binary file removed public/favicon.ico
Binary file not shown.
Binary file added public/logo128.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 public/logo16.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 removed public/logo192.png
Binary file not shown.
Binary file added public/logo48.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 removed public/logo512.png
Binary file not shown.
4 changes: 3 additions & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"action": {
"default_popup": "index.html",
"default_icon": {
"16": "favicon.ico"
"16": "logo16.png",
"48": "logo48.png",
"128": "logo128.png"
}
},
"permissions": ["geolocation"]
Expand Down

0 comments on commit d8dfb3b

Please sign in to comment.