mirror of
https://github.com/usememos/memos.git
synced 2025-11-11 01:41:58 +08:00
feat: enhance site.webmanifest in chrome (#4676)
Update site.webmanifest
This commit is contained in:
parent
e23ade1f8b
commit
30f37f6a05
1 changed files with 2 additions and 1 deletions
|
|
@ -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": "/"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue