Add PWA public files

This commit is contained in:
rzmk 2022-01-13 16:19:29 -05:00
parent 15f182991e
commit 48f3aee46f
16 changed files with 341 additions and 5 deletions

View file

@ -28,7 +28,16 @@
<meta property="twitter:description"
content="Live International Space Station (ISS) location data. Find out where the ISS is on a world map!">
<meta property="twitter:image" content="https://i.imgur.com/VPc9O5Y.png">
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!-- PWA -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="theme-color" content="#ffffff">
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/