Skip to content

Commit

Permalink
feat: 🍱 update main icon to svg, add other sized logo assets
Browse files Browse the repository at this point in the history
  • Loading branch information
nstringham committed Feb 26, 2024
1 parent 6c275d1 commit 570b2ed
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="theme-color" content="#160736" />

<link rel="stylesheet" href="src/style.css" />
<link rel="icon" href="any.png" />
<link rel="icon" href="any.svg" />

<title>Task Aggregator</title>
</head>
Expand Down
14 changes: 13 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,22 @@
"background_color": "#160736",
"icons": [
{
"src": "any.png",
"src": "icons/any.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any"
},
{
"src": "icons/any-144.png",
"sizes": "144x144",
"type": "image/png",
"purpose": "any"
},
{
"src": "icons/any-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
}
],
"file_handlers": [
Expand Down
Binary file removed public/any.png
Binary file not shown.
Binary file added public/icons/any-144.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/icons/any-512.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 570b2ed

Please sign in to comment.