Tweaks, generating icons

This commit is contained in:
Dan 2026-02-21 19:44:52 +00:00
parent 38cf394916
commit 3757454f3a
9 changed files with 718 additions and 356 deletions

View file

@ -6,19 +6,19 @@
"display": "standalone",
"orientation": "portrait",
"background_color": "#ffffff",
"theme_color": "#7c3aed",
"theme_color": "#ad7f58",
"icons": [
{
"src": "icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"src": "icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "maskable"
"src": "icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
]
}