Improve assets
This commit is contained in:
parent
f69067f7ae
commit
8edf81608f
21 changed files with 17 additions and 18 deletions
assets/img
21
assets/img/site.webmanifest
Executable file
21
assets/img/site.webmanifest
Executable file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"name": "skyizwhite.dev",
|
||||
"short_name": "skyizwhite",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/img/web-app-manifest-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
},
|
||||
{
|
||||
"src": "/img/web-app-manifest-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue