This commit is contained in:
2026-08-27 14:18:12 -04:00
parent b10a81068d
commit 22f40b2284
31 changed files with 107 additions and 88 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.4 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

View File

@@ -1,21 +1,21 @@
{
"name": "MyWebSite",
"short_name": "MySite",
"name": "InputHalo",
"short_name": "InputHalo",
"icons": [
{
"src": "/web-app-manifest-192x192.png",
"src": "/inputhalo/favicon/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
"purpose": "any"
},
{
"src": "/web-app-manifest-512x512.png",
"src": "/inputhalo/favicon/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
"purpose": "any"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"theme_color": "#41a5ff",
"background_color": "#41a5ff",
"display": "standalone"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 120 KiB

After

Width:  |  Height:  |  Size: 109 KiB