optimize deps

This commit is contained in:
relaxed 2025-03-29 16:25:15 +05:00
parent 154d0c81bf
commit ec5a5779c9
12 changed files with 276 additions and 39 deletions

23
public/manifest.json Normal file
View file

@ -0,0 +1,23 @@
{
"name":"Rasp",
"short_name":"Rasp",
"icons": [
{
"src": "/favicon_small.webp",
"type": "image/webp",
"sizes": "144x144"
},
{
"src": "/favicon.webp",
"type": "image/webp",
"sizes": "1080x1080"
}
],
"id": "/",
"start_url":"/",
"display":"standalone",
"background_color":"#000",
"lang":"ru",
"scope":"/",
"theme_color":"#000000"
}