BIN
public/apple-touch-icon.png
Normal file
After Width: | Height: | Size: 26 KiB |
@ -40,6 +40,11 @@
|
||||
<meta property="og:image:width" content="1280" />
|
||||
<meta property="og:image:height" content="669" />
|
||||
|
||||
<!-- Chrome -->
|
||||
<meta name="theme-color" content="#FFFF" />
|
||||
<!-- Safari -->
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
|
||||
|
||||
<!-- Twitter Card tags -->
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="Excalidraw" />
|
||||
@ -70,6 +75,57 @@
|
||||
crossorigin="anonymous"
|
||||
/>
|
||||
|
||||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
||||
<link
|
||||
href="%PUBLIC_URL%/splashscreen_images/iphone5_splash.png"
|
||||
media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)"
|
||||
rel="apple-touch-startup-image"
|
||||
/>
|
||||
<link
|
||||
href="%PUBLIC_URL%/splashscreen_images/iphone6_splash.png"
|
||||
media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2)"
|
||||
rel="apple-touch-startup-image"
|
||||
/>
|
||||
<link
|
||||
href="%PUBLIC_URL%/splashscreen_images/iphoneplus_splash.png"
|
||||
media="(device-width: 621px) and (device-height: 1104px) and (-webkit-device-pixel-ratio: 3)"
|
||||
rel="apple-touch-startup-image"
|
||||
/>
|
||||
<link
|
||||
href="%PUBLIC_URL%/splashscreen_images/iphonex_splash.png"
|
||||
media="(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3)"
|
||||
rel="apple-touch-startup-image"
|
||||
/>
|
||||
<link
|
||||
href="%PUBLIC_URL%/splashscreen_images/iphonexr_splash.png"
|
||||
media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2)"
|
||||
rel="apple-touch-startup-image"
|
||||
/>
|
||||
<link
|
||||
href="%PUBLIC_URL%/splashscreen_images/iphonexsmax_splash.png"
|
||||
media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3)"
|
||||
rel="apple-touch-startup-image"
|
||||
/>
|
||||
<link
|
||||
href="%PUBLIC_URL%/splashscreen_images/ipad_splash.png"
|
||||
media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2)"
|
||||
rel="apple-touch-startup-image"
|
||||
/>
|
||||
<link
|
||||
href="%PUBLIC_URL%/splashscreen_images/ipadpro1_splash.png"
|
||||
media="(device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2)"
|
||||
rel="apple-touch-startup-image"
|
||||
/>
|
||||
<link
|
||||
href="%PUBLIC_URL%/splashscreen_images/ipadpro3_splash.png"
|
||||
media="(device-width: 834px) and (device-height: 1194px) and (-webkit-device-pixel-ratio: 2)"
|
||||
rel="apple-touch-startup-image"
|
||||
/>
|
||||
<link
|
||||
href="%PUBLIC_URL%/splashscreen_images/ipadpro2_splash.png"
|
||||
media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2)"
|
||||
rel="apple-touch-startup-image"
|
||||
/>
|
||||
<script
|
||||
async
|
||||
src="https://www.googletagmanager.com/gtag/js?id=UA-387204-13"
|
||||
|
BIN
public/logo-180x180.png
Normal file
After Width: | Height: | Size: 6.4 KiB |
21
public/manifest.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"short_name": "Excalidraw",
|
||||
"name": "Excalidraw",
|
||||
"description": "Excalidraw is a whiteboard tool that lets you easily sketch diagrams that have a hand-drawn feel to them.",
|
||||
"icons": [
|
||||
{
|
||||
"src": "logo-180x180.png",
|
||||
"sizes": "180x180",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "apple-touch-icon.png",
|
||||
"type": "image/png",
|
||||
"sizes": "256x256"
|
||||
}
|
||||
],
|
||||
"start_url": ".",
|
||||
"display": "standalone",
|
||||
"theme_color": "#000000",
|
||||
"background_color": "#ffffff"
|
||||
}
|
BIN
public/splashscreen_images/ipad_splash.png
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
public/splashscreen_images/ipadpro1_splash.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
public/splashscreen_images/ipadpro2_splash.png
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
public/splashscreen_images/ipadpro3_splash.png
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
public/splashscreen_images/iphone5_splash.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
public/splashscreen_images/iphone6_splash.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
public/splashscreen_images/iphoneplus_splash.png
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
public/splashscreen_images/iphonex_splash.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
public/splashscreen_images/iphonexr_splash.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
public/splashscreen_images/iphonexsmax_splash.png
Normal file
After Width: | Height: | Size: 24 KiB |