Skip to content

Commit

Permalink
Update webmanifest
Browse files Browse the repository at this point in the history
  • Loading branch information
KamilDev committed Dec 7, 2024
1 parent da95aeb commit db86616
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions site.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,32 @@
{
"src": "./android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
"type": "image/png",
"purpose": "any"
},
{
"src": "./android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
"type": "image/png",
"purpose": "any"
},
{
"src": "./android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "./android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#f5f5f5",
"background_color": "#f5f5f5",
"theme_color_dark": "#1a1a1a",
"background_color_dark": "#1a1a1a",
"display": "standalone"
"display": "standalone",
"orientation": "any"
}

0 comments on commit db86616

Please sign in to comment.