Merge pull request 'Potential fix for manifest, the icons were being marked as instability since they were the wrong size which might fix firefox android' () from BordedDev/snek:bugfix/webmanifest-instability into main

Reviewed-on: 
Reviewed-by: retoor <retoor@noreply@molodetz.nl>
This commit is contained in:
retoor 2025-04-07 11:24:13 +00:00
commit 75593fd6bb
3 changed files with 2 additions and 2 deletions

Binary file not shown.

After

(image error) Size: 29 KiB

Binary file not shown.

After

(image error) Size: 97 KiB

View File

@ -17,12 +17,12 @@
"start_url": "/web.html",
"icons": [
{
"src": "/image/snek1.png",
"src": "/image/snek192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "/image/snek1.png",
"src": "/image/snek512.png",
"type": "image/png",
"sizes": "512x512"
}