Skip to content

Commit

Permalink
Conform icons by making transparent icons cropped version of maskable…
Browse files Browse the repository at this point in the history
… icons (#201)
  • Loading branch information
schlagmichdoch committed Nov 21, 2023
1 parent 3b3f72c commit bd3f921
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 9 deletions.
Binary file modified public/images/android-chrome-192x192-maskable.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 public/images/android-chrome-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 modified public/images/android-chrome-512x512.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 public/images/favicon-96x96-notification.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 public/images/favicon-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 modified public/images/logo_blue_512x512.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/images/logo_transparent_128x128.png
Binary file not shown.
Binary file removed public/images/logo_transparent_512x512.png
Binary file not shown.
Binary file removed public/images/logo_white_512x512.png
Binary file not shown.
19 changes: 10 additions & 9 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,30 @@
{
"name": "PairDrop",
"short_name": "PairDrop",
"icons": [{
"icons": [
{
"src": "images/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},{
},
{
"src": "images/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
},{
},
{
"src": "images/android-chrome-192x192-maskable.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},{
},
{
"src": "images/android-chrome-512x512-maskable.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
},{
"src": "images/favicon-96x96.png",
"sizes": "96x96",
"type": "image/png"
}],
}
],
"background_color": "#efefef",
"start_url": "/",
"scope": "/",
Expand Down

0 comments on commit bd3f921

Please sign in to comment.