update pwa blacks

This commit is contained in:
keyan 2023-08-06 14:26:08 -05:00
parent 1efc17fcc2
commit c606510930
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ class MyDocument extends Document {
}} }}
/> />
<meta name='apple-mobile-web-app-capable' content='yes' /> <meta name='apple-mobile-web-app-capable' content='yes' />
<meta name='theme-color' content='#000000' /> <meta name='theme-color' content='#121214' />
<link rel='apple-touch-icon' href='/icons/icon_x192.png' /> <link rel='apple-touch-icon' href='/icons/icon_x192.png' />
<link rel='apple-touch-startup-image' media='screen and (device-width: 430px) and (device-height: 932px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)' href='/splash/iPhone_14_Pro_Max_landscape.png' /> <link rel='apple-touch-startup-image' media='screen and (device-width: 430px) and (device-height: 932px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)' href='/splash/iPhone_14_Pro_Max_landscape.png' />
<link rel='apple-touch-startup-image' media='screen and (device-width: 393px) and (device-height: 852px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)' href='/splash/iPhone_14_Pro_landscape.png' /> <link rel='apple-touch-startup-image' media='screen and (device-width: 393px) and (device-height: 852px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)' href='/splash/iPhone_14_Pro_landscape.png' />

View File

@ -89,7 +89,7 @@
], ],
"display": "standalone", "display": "standalone",
"orientation": "any", "orientation": "any",
"theme_color": "#000000", "theme_color": "#121214",
"background_color": "#FADA5E", "background_color": "#FADA5E",
"id": "/", "id": "/",
"start_url": "/", "start_url": "/",