final pwa setup

This commit is contained in:
2026-04-07 10:56:31 +05:30
parent 529b1bad89
commit 88351ffc70
9 changed files with 17 additions and 10 deletions

View File

@@ -9,16 +9,16 @@
"orientation": "portrait",
"icons": [
{
"src": "/icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"src": "/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "maskable"
"src": "/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
]
}