radiostasis/site/site.webmanifest

22 lines
518 B
Plaintext
Raw Normal View History

2023-03-26 19:51:05 -05:00
{
"name": "Radiostasis",
"short_name": "Radiostasis",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
2023-04-17 23:00:59 -05:00
"type": "image/png",
"purpose": "maskable"
2023-03-26 19:51:05 -05:00
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
2023-04-17 23:00:59 -05:00
"type": "image/png",
"purpose": "maskable"
2023-03-26 19:51:05 -05:00
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}