Add icons

This commit is contained in:
2024-07-20 15:19:57 +09:30
parent b78d4aea69
commit d78a416d92
51 changed files with 191 additions and 5 deletions

Binary file not shown.

Binary file not shown.

BIN
src/assets/android-icon-36x36.png LFS Normal file

Binary file not shown.

BIN
src/assets/android-icon-48x48.png LFS Normal file

Binary file not shown.

BIN
src/assets/android-icon-72x72.png LFS Normal file

Binary file not shown.

BIN
src/assets/android-icon-96x96.png LFS Normal file

Binary file not shown.

BIN
src/assets/apple-icon-114x114.png LFS Normal file

Binary file not shown.

BIN
src/assets/apple-icon-120x120.png LFS Normal file

Binary file not shown.

BIN
src/assets/apple-icon-144x144.png LFS Normal file

Binary file not shown.

BIN
src/assets/apple-icon-152x152.png LFS Normal file

Binary file not shown.

BIN
src/assets/apple-icon-180x180.png LFS Normal file

Binary file not shown.

BIN
src/assets/apple-icon-57x57.png LFS Normal file

Binary file not shown.

BIN
src/assets/apple-icon-60x60.png LFS Normal file

Binary file not shown.

BIN
src/assets/apple-icon-72x72.png LFS Normal file

Binary file not shown.

BIN
src/assets/apple-icon-76x76.png LFS Normal file

Binary file not shown.

Binary file not shown.

BIN
src/assets/apple-icon.png LFS Normal file

Binary file not shown.

View File

@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig><msapplication><tile><square70x70logo src="/ms-icon-70x70.png"/><square150x150logo src="/ms-icon-150x150.png"/><square310x310logo src="/ms-icon-310x310.png"/><TileColor>#ffffff</TileColor></tile></msapplication></browserconfig>

BIN
src/assets/favicon-16x16.png LFS Normal file

Binary file not shown.

BIN
src/assets/favicon-32x32.png LFS Normal file

Binary file not shown.

BIN
src/assets/favicon-96x96.png LFS Normal file

Binary file not shown.

BIN
src/assets/favicon.ico LFS Normal file

Binary file not shown.

41
src/assets/manifest.json Normal file
View File

@@ -0,0 +1,41 @@
{
"name": "App",
"icons": [
{
"src": "\/android-icon-36x36.png",
"sizes": "36x36",
"type": "image\/png",
"density": "0.75"
},
{
"src": "\/android-icon-48x48.png",
"sizes": "48x48",
"type": "image\/png",
"density": "1.0"
},
{
"src": "\/android-icon-72x72.png",
"sizes": "72x72",
"type": "image\/png",
"density": "1.5"
},
{
"src": "\/android-icon-96x96.png",
"sizes": "96x96",
"type": "image\/png",
"density": "2.0"
},
{
"src": "\/android-icon-144x144.png",
"sizes": "144x144",
"type": "image\/png",
"density": "3.0"
},
{
"src": "\/android-icon-192x192.png",
"sizes": "192x192",
"type": "image\/png",
"density": "4.0"
}
]
}

BIN
src/assets/ms-icon-144x144.png LFS Normal file

Binary file not shown.

BIN
src/assets/ms-icon-150x150.png LFS Normal file

Binary file not shown.

BIN
src/assets/ms-icon-310x310.png LFS Normal file

Binary file not shown.

BIN
src/assets/ms-icon-70x70.png LFS Normal file

Binary file not shown.