Skip to content

Commit

Permalink
maskable用のアイコン設定、リビジョンアップ。
Browse files Browse the repository at this point in the history
  • Loading branch information
Nanasu committed Oct 16, 2024
1 parent 6fee6f6 commit a6a007c
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
Binary file added src/assets/icons/icon-128x128m.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/icons/icon-144x144m.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/icons/icon-152x152m.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/icons/icon-192x192m.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/icons/icon-384x384m.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/icons/icon-512x512m.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/icons/icon-72x72m.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/icons/icon-96x96m.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="google" content="notranslate">
<title>Udonarium with Fly 1.10.1i (Powered by Udonarium 1.17.2)</title>
<title>Udonarium with Fly 1.10.1j (Powered by Udonarium 1.17.2)</title>
<base href="./">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="mobile-web-app-capable" content="yes">
Expand Down
32 changes: 16 additions & 16 deletions src/manifest.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -10,51 +10,51 @@
"lang": "ja",
"icons": [
{
"src": "assets/icons/icon-72x72.png",
"src": "assets/icons/icon-72x72m.jpg",
"sizes": "72x72",
"type": "image/png",
"type": "image/jpeg",
"purpose": "maskable"
},
{
"src": "assets/icons/icon-96x96.png",
"src": "assets/icons/icon-96x96m.jpg",
"sizes": "96x96",
"type": "image/png",
"type": "image/jpeg",
"purpose": "maskable"
},
{
"src": "assets/icons/icon-128x128.png",
"src": "assets/icons/icon-128x128m.jpg",
"sizes": "128x128",
"type": "image/png",
"type": "image/jpeg",
"purpose": "maskable"
},
{
"src": "assets/icons/icon-144x144.png",
"src": "assets/icons/icon-144x144m.jpg",
"sizes": "144x144",
"type": "image/png",
"type": "image/jpeg",
"purpose": "maskable"
},
{
"src": "assets/icons/icon-152x152.png",
"src": "assets/icons/icon-152x152m.jpg",
"sizes": "152x152",
"type": "image/png",
"type": "image/jpeg",
"purpose": "maskable"
},
{
"src": "assets/icons/icon-192x192.png",
"src": "assets/icons/icon-192x192m.jpg",
"sizes": "192x192",
"type": "image/png",
"type": "image/jpeg",
"purpose": "maskable"
},
{
"src": "assets/icons/icon-384x384.png",
"src": "assets/icons/icon-384x384m.jpg",
"sizes": "384x384",
"type": "image/png",
"type": "image/jpeg",
"purpose": "maskable"
},
{
"src": "assets/icons/icon-512x512.png",
"src": "assets/icons/icon-512x512m.jpg",
"sizes": "512x512",
"type": "image/png",
"type": "image/jpeg",
"purpose": "maskable"
},
{
Expand Down

0 comments on commit a6a007c

Please sign in to comment.