Improve assets

This commit is contained in:
Akira Tempaku 2025-05-24 12:01:37 +09:00
commit 8edf81608f
Signed by: paku
GPG key ID: 5B4E8402BCC50607
21 changed files with 17 additions and 18 deletions

21
assets/img/site.webmanifest Executable file
View 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"
}