Skip to content

Commit

Permalink
fix(android): adaptive icons for Android devices (#1274)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCatLady committed Mar 23, 2021
1 parent 173408a commit a65e3d5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions public/site.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a65e3d5

Please sign in to comment.