enhance: make pwa icon maskable (#10033)

This commit is contained in:
Shogo Sensui 2023-02-23 15:59:21 +09:00 committed by GitHub
parent c174f23389
commit 2189acdde1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,12 +9,14 @@
{
"src": "/static-assets/icons/192.png",
"sizes": "192x192",
"type": "image/png"
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/static-assets/icons/512.png",
"sizes": "512x512",
"type": "image/png"
"type": "image/png",
"purpose": "maskable"
}
],
"share_target": {