Skip to content

Commit 86d590d

Browse files
committed
Some additional PWA metadata
1 parent 4e3ede4 commit 86d590d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: packages/react-scripts/template/public/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<meta name="theme-color" content="#000000">
67
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
78
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
89
<!--

Diff for: packages/react-scripts/template/public/manifest.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,7 @@
99
}
1010
],
1111
"start_url": "./",
12-
"display": "standalone"
12+
"display": "standalone",
13+
"theme_color": "#000000",
14+
"background_color": "#ffffff"
1315
}

0 commit comments

Comments
 (0)