0
0
mirror of https://github.com/Pumpkin-MC/Pumpkin-Website.git synced 2025-01-31 00:11:24 +00:00
Pumpkin-Website/docs/public/assets/site.webmanifest
Alexander Medvedev 9595373815 improve icons again
2024-12-30 22:08:48 +01:00

21 lines
435 B
JSON

{
"name": "Pumpkin",
"short_name": "Pumpkin",
"icons": [
{
"src": "/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}