optimize deps
This commit is contained in:
parent
154d0c81bf
commit
ec5a5779c9
12 changed files with 276 additions and 39 deletions
23
public/manifest.json
Normal file
23
public/manifest.json
Normal 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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue