File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 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 ">
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments