Skip to content

Commit 276547b

Browse files
committed
fix: PWAにした際のアイコン等の修正
1 parent 8d50db3 commit 276547b

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

public/favicon.ico

-2.61 KB
Binary file not shown.

public/icons/app-icon-192x192.png

471 KB
Loading

public/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
<meta name="theme-color" content="#000000" />
88
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
9+
10+
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
11+
<link rel="apple-touch-icon" sizes="192x192" href="%PUBLIC_URL%/icons/app-icon-192x192.png">
12+
913
<title>FUNney</title>
1014
</head>
1115
<body style="margin: 0">

public/manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"short_name": "React App",
3-
"name": "Create React App Sample",
2+
"short_name": "FUNney",
3+
"name": "FUNney Wallet Client",
44
"icons": [
55
{
66
"src": "favicon.ico",
77
"sizes": "64x64 32x32 24x24 16x16",
88
"type": "image/x-icon"
99
}
1010
],
11-
"start_url": ".",
11+
"start_url": "/login",
1212
"display": "standalone",
13-
"theme_color": "#000000",
13+
"theme_color": "#ffffff",
1414
"background_color": "#ffffff"
1515
}

0 commit comments

Comments
 (0)