Skip to content

Commit

Permalink
ico path updated
Browse files Browse the repository at this point in the history
  • Loading branch information
zer0kool committed Sep 8, 2024
1 parent 4ab314c commit dd66a65
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions site.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,17 @@
"theme_color": "#ffffff",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"purpose": "maskable",
"sizes": "512x512",
"src": "img/icon512_maskable.png",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"purpose": "any",
"sizes": "512x512",
"src": "img/icon512_rounded.png",
"type": "image/png"
}
]
],
"orientation": "any"
}

0 comments on commit dd66a65

Please sign in to comment.