Skip to content

Commit

Permalink
🔧 really fix manifest things
Browse files Browse the repository at this point in the history
  • Loading branch information
dl0312 committed Aug 25, 2019
1 parent 5887475 commit 0e319e2
Show file tree
Hide file tree
Showing 59 changed files with 35 additions and 16 deletions.
Binary file removed public/asset/android-icon-144x144.png
Binary file not shown.
Binary file removed public/asset/android-icon-192x192.png
Binary file not shown.
Binary file removed public/asset/android-icon-36x36.png
Binary file not shown.
Binary file removed public/asset/android-icon-48x48.png
Binary file not shown.
Binary file removed public/asset/android-icon-72x72.png
Binary file not shown.
Binary file removed public/asset/android-icon-96x96.png
Binary file not shown.
Binary file removed public/asset/apple-icon-114x114.png
Binary file not shown.
Binary file removed public/asset/apple-icon-120x120.png
Binary file not shown.
Binary file removed public/asset/apple-icon-144x144.png
Binary file not shown.
Binary file removed public/asset/apple-icon-152x152.png
Binary file not shown.
Binary file removed public/asset/apple-icon-180x180.png
Binary file not shown.
Binary file removed public/asset/apple-icon-57x57.png
Binary file not shown.
Binary file removed public/asset/apple-icon-60x60.png
Binary file not shown.
Binary file removed public/asset/apple-icon-72x72.png
Binary file not shown.
Binary file removed public/asset/apple-icon-76x76.png
Binary file not shown.
Binary file removed public/asset/apple-icon-precomposed.png
Binary file not shown.
Binary file removed public/asset/apple-icon.png
Binary file not shown.
Binary file added public/asset/apple-touch-icon-114x114.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/asset/apple-touch-icon-120x120.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/asset/apple-touch-icon-144x144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/asset/apple-touch-icon-152x152.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/asset/apple-touch-icon-57x57.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/asset/apple-touch-icon-60x60.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/asset/apple-touch-icon-72x72.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/asset/apple-touch-icon-76x76.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions public/asset/code.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="apple-touch-icon-60x60.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="apple-touch-icon-152x152.png" />
<link rel="icon" type="image/png" href="favicon-196x196.png" sizes="196x196" />
<link rel="icon" type="image/png" href="favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="favicon-128.png" sizes="128x128" />
<meta name="application-name" content="&nbsp;"/>
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="msapplication-TileImage" content="mstile-144x144.png" />
<meta name="msapplication-square70x70logo" content="mstile-70x70.png" />
<meta name="msapplication-square150x150logo" content="mstile-150x150.png" />
<meta name="msapplication-wide310x150logo" content="mstile-310x150.png" />
<meta name="msapplication-square310x310logo" content="mstile-310x310.png" />
Binary file added public/asset/favicon-128.png
Binary file added public/asset/favicon-16x16.png
Binary file added public/asset/favicon-196x196.png
Binary file added public/asset/favicon-32x32.png
Binary file added public/asset/favicon-96x96.png
Binary file added public/asset/favicon.ico
Binary file not shown.
Binary file added public/asset/mstile-144x144.png
Binary file added public/asset/mstile-150x150.png
Binary file added public/asset/mstile-310x150.png
Binary file added public/asset/mstile-310x310.png
Binary file added public/asset/mstile-70x70.png
Binary file modified public/favicon.ico
Binary file not shown.
1 change: 0 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />

<!-- PWA Settings -->
<link
rel="apple-touch-icon-precomposed"
Expand Down
18 changes: 9 additions & 9 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,48 +3,48 @@
"name": "WeMeet",
"icons": [
{
"src": "asset/apple-icon-57x57.png",
"src": "/asset/apple-touch-icon-57x57.png",
"size": "57x57",
"type": "image/png"
},
{
"src": "asset/apple-icon-60x60.png",
"src": "/asset/apple-touch-icon-60x60.png",
"size": "60x60",
"type": "image/png"
},
{
"src": "asset/apple-icon-72x72.png",
"src": "/asset/apple-touch-icon-72x72.png",
"size": "76x76",
"type": "image/png"
},
{
"src": "asset/apple-icon-76x76.png",
"src": "/asset/apple-touch-icon-76x76.png",
"size": "76x76",
"type": "image/png"
},
{
"src": "asset/apple-icon-114x114.png",
"src": "/asset/apple-touch-icon-114x114.png",
"size": "114x114",
"type": "image/png"
},
{
"src": "asset/apple-icon-120x120.png",
"src": "/asset/apple-touch-icon-120x120.png",
"size": "120x120",
"type": "image/png"
},
{
"src": "asset/apple-icon-144x144.png",
"src": "/asset/apple-touch-icon-144x144.png",
"size": "144x144",
"type": "image/png"
},
{
"src": "asset/apple-icon-152x152.png",
"src": "/asset/apple-touch-icon-152x152.png",
"size": "152x152",
"type": "image/png"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"theme_color": "rgba(23, 198, 165, 1)",
"background_color": "#ffffff"
}
Binary file removed src/assets/android-icon-144x144.png
Diff not rendered.
Binary file removed src/assets/android-icon-192x192.png
Diff not rendered.
Binary file removed src/assets/android-icon-36x36.png
Diff not rendered.
Binary file removed src/assets/android-icon-48x48.png
Diff not rendered.
Binary file removed src/assets/android-icon-72x72.png
Diff not rendered.
Binary file removed src/assets/android-icon-96x96.png
Diff not rendered.
Binary file removed src/assets/apple-icon-114x114.png
Diff not rendered.
Binary file removed src/assets/apple-icon-120x120.png
Diff not rendered.
Binary file removed src/assets/apple-icon-144x144.png
Diff not rendered.
Binary file removed src/assets/apple-icon-152x152.png
Diff not rendered.
Binary file removed src/assets/apple-icon-180x180.png
Diff not rendered.
Binary file removed src/assets/apple-icon-57x57.png
Diff not rendered.
Binary file removed src/assets/apple-icon-60x60.png
Diff not rendered.
Binary file removed src/assets/apple-icon-72x72.png
Diff not rendered.
Binary file removed src/assets/apple-icon-76x76.png
Diff not rendered.
Binary file removed src/assets/apple-icon-precomposed.png
Diff not rendered.
Binary file removed src/assets/apple-icon.png
Diff not rendered.
6 changes: 3 additions & 3 deletions src/routes/Select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,17 +135,17 @@ interface State {

const cards = [
{
place: "Pyengcon-dong, Anyang-si, Geonggi-do",
place: "Manmen Residential District, Ningbo",
time: "13:35pm",
imageSrc: Dog4
},
{
place: "Pyengcon-dong, Anyang-si, Geonggi-do",
place: "Haishu Qu , Ningbo",
time: "13:35pm",
imageSrc: Dog2
},
{
place: "Pyengcon-dong, Anyang-si, Geonggi-do",
place: "Drum Tower , Ningbo",
time: "13:35pm",
imageSrc: Dog3
}
Expand Down
6 changes: 3 additions & 3 deletions src/routes/Tracking.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,19 @@ const MapIcon = styled.i`

const cards = [
{
place: "Pyengcon-dong, Anyang-si, Geonggi-do",
place: "Manmen Residential District, Ningbo",
time: "13:35pm",
imageSrc: Dog4,
color: "#00d1a9"
},
{
place: "Pyengcon-dong, Anyang-si, Geonggi-do",
place: "Haishu Qu , Ningbo",
time: "13:22pm",
imageSrc: Dog2,
color: "rgba(112, 158, 252,1)"
},
{
place: "Pyengcon-dong, Anyang-si, Geonggi-do",
place: "Drum Tower , Ningbo",
time: "13:43pm",
imageSrc: Dog3,
color: "rgba(252, 192, 112, 1)"
Expand Down

0 comments on commit 0e319e2

Please sign in to comment.