Skip to content

Commit

Permalink
Update App name and icon in manifest file
Browse files Browse the repository at this point in the history
  • Loading branch information
justthinguyen committed Nov 9, 2023
1 parent 29e5119 commit ef6212f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"short_name": "Toododo",
"name": "React & TypeScript Todo App with Drag and Drop",
"name": "Toododo",
"icons": [
{
"src": "todo-app.png",
"src": "toododo-icon.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "any"
Expand Down
Binary file removed public/todo-app.png
Binary file not shown.
Binary file added public/toododo-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ef6212f

Please sign in to comment.