Skip to content

Commit

Permalink
Update app icons
Browse files Browse the repository at this point in the history
  • Loading branch information
manti-by committed Feb 22, 2024
1 parent 58baca6 commit c6e118e
Show file tree
Hide file tree
Showing 14 changed files with 5 additions and 19 deletions.
Binary file modified semkov/static/img/appicon/128x128.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 semkov/static/img/appicon/144x144.png
Binary file not shown.
Binary file removed semkov/static/img/appicon/18x18.png
Binary file not shown.
Binary file modified semkov/static/img/appicon/192x192.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 semkov/static/img/appicon/24x24.png
Binary file not shown.
Binary file removed semkov/static/img/appicon/256x256.png
Binary file not shown.
Binary file removed semkov/static/img/appicon/36x36.png
Binary file not shown.
Binary file added semkov/static/img/appicon/384x384.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 semkov/static/img/appicon/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 removed semkov/static/img/appicon/512x512.png
Binary file not shown.
Binary file modified semkov/static/img/appicon/72x72.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 semkov/static/img/appicon/96x96.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 semkov/static/img/appicon/x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 5 additions & 19 deletions semkov/static/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,6 @@
"background_color": "#FFFFFF",
"display": "standalone",
"icons": [
{
"sizes": "18x18",
"src": "/static/img/appicon/18x18.png",
"type": "image/png"
},
{
"sizes": "24x24",
"src": "/static/img/appicon/24x24.png",
"type": "image/png"
},
{
"sizes": "36x36",
"src": "/static/img/appicon/36x36.png",
"type": "image/png"
},
{
"sizes": "48x48",
"src": "/static/img/appicon/48x48.png",
Expand All @@ -33,18 +18,19 @@
"type": "image/png"
},
{
"sizes": "144x144",
"src": "/static/img/appicon/144x144.png",
"sizes": "128x128",
"src": "/static/img/appicon/128x128.png",
"type": "image/png"
},
{
"purpose": "maskable",
"sizes": "192x192",
"src": "/static/img/appicon/192x192.png",
"type": "image/png"
},
{
"sizes": "256x256",
"src": "/static/img/appicon/256x256.png",
"sizes": "384x384",
"src": "/static/img/appicon/384x384.png",
"type": "image/png"
},
{
Expand Down

0 comments on commit c6e118e

Please sign in to comment.