fix(android): adaptive icons for Android devices (#1274)

pull/1275/head
TheCatLady 3 years ago committed by GitHub
parent 173408a1f2
commit a65e3d5bb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,12 +6,14 @@
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#2d3748",

Loading…
Cancel
Save