feat: ios PWA

This commit is contained in:
tim
2025-08-03 16:25:58 +08:00
parent 4d2b616aed
commit b393eaadea
7 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "OpenIsle",
"short_name": "OpenIsle",
"start_url": "/",
"display": "standalone",
"icons": [
{
"src": "/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}