Skip to content

Commit e2b937e

Browse files
updated favicon
updated favicon changes to manifest.json webmanifest favicon manifest manifest manifest
1 parent 8da77c2 commit e2b937e

12 files changed

+50
-207
lines changed

public/android-chrome-192x192.png

100644100755
3.54 KB
Loading

public/android-chrome-256x256.png

-8.61 KB
Binary file not shown.

public/android-chrome-512x512.png

38.4 KB
Loading

public/apple-touch-icon.png

8.68 KB
Loading

public/favicon-16x16.png

100644100755
-402 Bytes
Loading

public/favicon-32x32.png

100644100755
-446 Bytes
Loading

public/favicon.ico

100644100755
320 Bytes
Binary file not shown.

public/index.html

+21-18
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
4-
<meta charset="utf-8" />
5-
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
6-
<meta name="viewport" content="width=device-width, initial-scale=1" />
7-
<meta name="theme-color" content="#000000" />
8-
<meta
9-
name="description"
10-
content="Web site created using create-react-app"
11-
/>
12-
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
13-
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
143

15-
<title>FarmPicks</title>
16-
</head>
17-
<body>
18-
<noscript>You need to enable JavaScript to run this app.</noscript>
19-
<div id="root"></div>
20-
</body>
21-
</html>
4+
<head>
5+
<meta charset="utf-8" />
6+
7+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
8+
<link rel="icon" type="image/png" sizes="32x32" href="%PUBLIC_URL%/favicon-32x32.png">
9+
<link rel="icon" type="image/png" sizes="16x16" href="%PUBLIC_URL%/favicon-16x16.png">
10+
<link rel="manifest" href="%PUBLIC_URL%/site.webmanifest" />
11+
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
12+
<meta name="theme-color" content="#000000">
13+
<meta name="viewport" content="width=device-width, initial-scale=1" />
14+
<meta name="description" content="Get and contribute information about local farms" />
15+
16+
<title>FarmPicks</title>
17+
</head>
18+
19+
<body>
20+
<noscript>You need to enable JavaScript to run this app.</noscript>
21+
<div id="root"></div>
22+
</body>
23+
24+
</html>

public/manifest.json

+9-23
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,21 @@
11
{
22
"short_name": "FarmPicks",
33
"name": "FarmPicks - From Small Farms To You",
4+
"description": "Get and contribute information about local farms",
45
"icons": [
56
{
6-
"src": "favicon.ico",
7-
"sizes": "64x64 24x24",
8-
"type": "image/x-icon"
9-
},
10-
{
11-
"src": "favicon-16x16.png",
12-
"sizes": "16x16",
7+
"src": "/android-chrome-192x192.png",
8+
"sizes": "192x192",
139
"type": "image/png"
1410
},
1511
{
16-
"src": "favicon-32x32.png",
17-
"sizes": "32x32",
12+
"src": "/android-chrome-512x512.png",
13+
"sizes": "512x512",
1814
"type": "image/png"
19-
},
20-
{
21-
"src": "android-chrome-192x192.png",
22-
"type": "image/png",
23-
"sizes": "192x192"
24-
},
25-
{
26-
"src": "android-chrome-256x256.png",
27-
"type": "image/png",
28-
"sizes": "256x256"
2915
}
3016
],
31-
"start_url": ".",
32-
"display": "standalone",
17+
"start_url": "/index.html",
3318
"theme_color": "#000000",
34-
"background_color": "#ffffff"
35-
}
19+
"background_color": "#000000",
20+
"display": "standalone"
21+
}

public/site.webmanifest

100644100755
+20-18
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
{
2-
"name": "",
3-
"short_name": "",
4-
"icons": [
5-
{
6-
"src": "/android-chrome-192x192.png",
7-
"sizes": "192x192",
8-
"type": "image/png"
9-
},
10-
{
11-
"src": "/android-chrome-256x256.png",
12-
"sizes": "256x256",
13-
"type": "image/png"
14-
}
15-
],
16-
"theme_color": "#ffffff",
17-
"background_color": "#ffffff",
18-
"display": "standalone"
19-
}
2+
"short_name": "FarmPicks",
3+
"name": "FarmPicks - From Small Farms To You",
4+
"description": "Get and contribute information about local farms",
5+
"icons": [
6+
{
7+
"src": "/android-chrome-192x192.png",
8+
"sizes": "192x192",
9+
"type": "image/png"
10+
},
11+
{
12+
"src": "/android-chrome-512x512.png",
13+
"sizes": "512x512",
14+
"type": "image/png"
15+
}
16+
],
17+
"start_url": "/",
18+
"theme_color": "#000000",
19+
"background_color": "#000000",
20+
"display": "standalone"
21+
}

src/logo.svg

-7
This file was deleted.

src/serviceWorker.js

-141
This file was deleted.

0 commit comments

Comments
 (0)