Add iOS pull-to-refresh and PNG app icons

This commit is contained in:
2026-04-12 20:39:56 +02:00
parent cd7526bd80
commit 4e9fe2de6a
10 changed files with 160 additions and 9 deletions
+6 -6
View File
@@ -12,15 +12,15 @@
"theme_color": "#0b1e2e",
"icons": [
{
"src": "/assets/branding/logo-mark.svg",
"sizes": "any",
"type": "image/svg+xml",
"src": "/assets/branding/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/assets/branding/apple-touch-icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"src": "/assets/branding/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
}
]