pollo/public/site.webmanifest

20 lines
454 B
Text
Raw Normal View History

2023-04-20 04:20:00 -06:00
{
"name": "Sprint Padawan",
"short_name": "Sprint Padawan",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#1f2937",
"background_color": "#1f2937",
"display": "standalone"
}