Skip to content

Commit

Permalink
Merge pull request #351 from syakep/update-favicons
Browse files Browse the repository at this point in the history
update favicon
  • Loading branch information
mizchi authored Jun 22, 2020
2 parents 6a95196 + db222d8 commit 5b111ac
Show file tree
Hide file tree
Showing 15 changed files with 18 additions and 2 deletions.
Binary file modified assets/favicon.ico
Binary file not shown.
Binary file modified assets/icon-128x128.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/icon-144x144.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/icon-152x152.png
100755 → 100644
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/icon-16x16.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 modified assets/icon-192x192.png
100755 → 100644
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/icon-24x24.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/icon-32x32.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 modified assets/icon-384x384.png
100755 → 100644
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/icon-48x48.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 modified assets/icon-512x512.png
100755 → 100644
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 assets/icon-55x55.png
Binary file not shown.
Binary file modified assets/icon-72x72.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/icon-96x96.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 18 additions & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,24 @@
"orientation": "portrait",
"icons": [
{
"src": "/assets/icon-55x55.png",
"sizes": "55x55",
"src": "/assets/icon-16x16.png",
"sizes": "16x16",
"type": "image/png"
},
{
"src": "/assets/icon-24x24.png",
"sizes": "24x24",
"type": "image/png"
},
{
"src": "/assets/icon-32x32.png",
"sizes": "32x32",
"type": "image/png"
},

{
"src": "/assets/icon-48x48.png",
"sizes": "48x48",
"type": "image/png"
},
{
Expand Down

0 comments on commit 5b111ac

Please sign in to comment.