Upload files to 'public/img'
This commit is contained in:
parent
0966de4640
commit
bb29b688a6
5 changed files with 53 additions and 0 deletions
19
public/img/site.webmanifest
Normal file
19
public/img/site.webmanifest
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"name": "Minverse",
|
||||
"short_name": "Minverse",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/s/img/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/s/img/android-chrome-256x256.png",
|
||||
"sizes": "256x256",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#000000",
|
||||
"background_color": "#000000",
|
||||
"display": "standalone"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue