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

This commit is contained in:
TheCatLady
2021-03-23 18:59:05 -04:00
committed by GitHub
parent 173408a1f2
commit a65e3d5bb6

View File

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