Unverified Commit 30f37f6a authored by mousemin's avatar mousemin Committed by GitHub

feat: enhance site.webmanifest in chrome (#4676)

Update site.webmanifest
parent e23ade1f
...@@ -5,5 +5,6 @@ ...@@ -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": "/"
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment