splashpage working

This commit is contained in:
smolgrrr 2023-11-19 18:47:06 +11:00
parent 8d19ece870
commit 2ad2916d6e
2 changed files with 13 additions and 2 deletions

View File

@ -5,6 +5,11 @@
<link rel="icon" href="%PUBLIC_URL%/favicon.gif" /> <link rel="icon" href="%PUBLIC_URL%/favicon.gif" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" /> <meta name="theme-color" content="#000000" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-touch-fullscreen" content="yes" />
<meta name="apple-mobile-web-app-title" content="Expo" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name="description" content="The Wired" /> <meta name="description" content="The Wired" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/icon.png" /> <link rel="apple-touch-icon" href="%PUBLIC_URL%/icon.png" />
<!-- <!--

View File

@ -1,5 +1,5 @@
{ {
"short_name": "wired", "short_name": "The Wired",
"name": "The Wired", "name": "The Wired",
"icons": [ "icons": [
{ {
@ -30,5 +30,11 @@
"url": "http://localhost:3000/manifest.json" "url": "http://localhost:3000/manifest.json"
} }
], ],
"orientation": "portrait" "orientation": "portrait",
"splash": {
"image": "icon.png",
"background_color": "#000000",
"resize_mode": "contain",
"image_size": "512x512"
}
} }