We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e3ede4 commit 86d590dCopy full SHA for 86d590d
packages/react-scripts/template/public/index.html
@@ -3,6 +3,7 @@
3
<head>
4
<meta charset="utf-8">
5
<meta name="viewport" content="width=device-width, initial-scale=1">
6
+ <meta name="theme-color" content="#000000">
7
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
8
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
9
<!--
packages/react-scripts/template/public/manifest.json
@@ -9,5 +9,7 @@
}
10
],
11
"start_url": "./",
12
- "display": "standalone"
+ "display": "standalone",
13
+ "theme_color": "#000000",
14
+ "background_color": "#ffffff"
15
0 commit comments