monorepo/services/public/site.webmanifest

21 lines
481 B
JSON

{
"name": "Red Plateaus",
"short_name": "Red Plateaus",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#d32f2f",
"background_color": "#d32f2f",
"display": "standalone",
"orientation": "portrait"
}