1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2024-11-25 12:20:33 +01:00
rolens/website/static/site.webmanifest

20 lines
372 B
Plaintext
Raw Normal View History

2024-06-25 15:10:35 +02:00
{
"name": "Rolens",
"short_name": "Rolens",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#b40101",
"background_color": "#b40101",
"display": "standalone"
}