Skip to content

Commit

Permalink
probably fix android icon
Browse files Browse the repository at this point in the history
  • Loading branch information
3vorp committed Nov 25, 2024
1 parent d95bdcc commit bd1b744
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@
{
"src": "https://faithfulpack.net/image/pwa/app-192x192.png",
"sizes": "192x192",
"type": "image/png"
"type": "image/png",
"purpose": "maskable"
},
{
"src": "https://faithfulpack.net/image/pwa/app-512x512.png",
"sizes": "512x512",
"type": "image/png"
"type": "image/png",
"purpose": "maskable"
}
]
}

0 comments on commit bd1b744

Please sign in to comment.