App icons should have backgrounds

Also: create a proper, padded maskable version for Android
This commit is contained in:
Jason Zimdars
2025-07-24 09:27:23 -05:00
parent 3a53d8359c
commit 50d5955be3
5 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -12,9 +12,9 @@
"sizes": "512x512"
},
{
"src": "/app-icon.png",
"src": "/app-icon-192-maskable.png",
"type": "image/png",
"sizes": "512x512",
"sizes": "192x192",
"purpose": "maskable"
}
],
Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 184 KiB

After

Width:  |  Height:  |  Size: 157 KiB