Add PWA public files
This commit is contained in:
parent
15f182991e
commit
48f3aee46f
16 changed files with 341 additions and 5 deletions
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue