mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
feat: enhance site.webmanifest in chrome (#4676)
Update site.webmanifest
This commit is contained in:
@@ -5,5 +5,6 @@
|
|||||||
{ "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" },
|
{ "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" },
|
||||||
{ "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" }
|
{ "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" }
|
||||||
],
|
],
|
||||||
"display": "standalone"
|
"display": "standalone",
|
||||||
|
"start_url": "/"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user