1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-21 14:58:03 +00:00

Add favicons, compress logo

This commit is contained in:
2024-06-25 15:10:35 +02:00
parent c14894fb31
commit 3ac85342bd
9 changed files with 25 additions and 1 deletions

View File

@ -0,0 +1,19 @@
{
"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"
}