Skip to content

Commit 97c32f4

Browse files
committed
Update favicons to blue color
1 parent df69473 commit 97c32f4

25 files changed

+611
-121
lines changed

faviconData.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"result":{"status":"success"},"favicon":{"package_url":"https://realfavicongenerator.net/files/2a2b8756afff5accc44ccef6f5741f25e74184fc/favicon_package_v0.16.zip","files_urls":["https://realfavicongenerator.net/files/2a2b8756afff5accc44ccef6f5741f25e74184fc/package_files/android-chrome-192x192.png","https://realfavicongenerator.net/files/2a2b8756afff5accc44ccef6f5741f25e74184fc/package_files/android-chrome-512x512.png","https://realfavicongenerator.net/files/2a2b8756afff5accc44ccef6f5741f25e74184fc/package_files/apple-touch-icon.png","https://realfavicongenerator.net/files/2a2b8756afff5accc44ccef6f5741f25e74184fc/package_files/browserconfig.xml","https://realfavicongenerator.net/files/2a2b8756afff5accc44ccef6f5741f25e74184fc/package_files/favicon-16x16.png","https://realfavicongenerator.net/files/2a2b8756afff5accc44ccef6f5741f25e74184fc/package_files/favicon-32x32.png","https://realfavicongenerator.net/files/2a2b8756afff5accc44ccef6f5741f25e74184fc/package_files/favicon.ico","https://realfavicongenerator.net/files/2a2b8756afff5accc44ccef6f5741f25e74184fc/package_files/mstile-144x144.png","https://realfavicongenerator.net/files/2a2b8756afff5accc44ccef6f5741f25e74184fc/package_files/mstile-150x150.png","https://realfavicongenerator.net/files/2a2b8756afff5accc44ccef6f5741f25e74184fc/package_files/mstile-310x150.png","https://realfavicongenerator.net/files/2a2b8756afff5accc44ccef6f5741f25e74184fc/package_files/mstile-310x310.png","https://realfavicongenerator.net/files/2a2b8756afff5accc44ccef6f5741f25e74184fc/package_files/mstile-70x70.png","https://realfavicongenerator.net/files/2a2b8756afff5accc44ccef6f5741f25e74184fc/package_files/safari-pinned-tab.svg","https://realfavicongenerator.net/files/2a2b8756afff5accc44ccef6f5741f25e74184fc/package_files/site.webmanifest"],"html_code":"<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/apple-touch-icon.png\">\n<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/favicon-32x32.png\">\n<link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/favicon-16x16.png\">\n<link rel=\"manifest\" href=\"/site.webmanifest\">\n<link rel=\"mask-icon\" href=\"/safari-pinned-tab.svg\" color=\"#5bbad5\">\n<meta name=\"msapplication-TileColor\" content=\"#da532c\">\n<meta name=\"msapplication-TileImage\" content=\"/mstile-144x144.png\">\n<meta name=\"theme-color\" content=\"#ffffff\">","compression":"false","overlapping_markups":["link[rel=\"apple-touch-icon\"]","link[rel=\"shortcut\"]","link[rel=\"shortcut icon\"]","link[rel=\"icon\",sizes=\"16x16\"]","link[rel=\"icon\",sizes=\"32x32\"]","meta[name=\"msapplication-TileColor\"]","meta[name=\"msapplication-TileImage\"]","link[rel=\"manifest\"]","meta[name=\"theme-color\"]","link[rel=\"mask-icon\"]"]},"files_location":{"type":"path","path":"/"},"preview_picture_url":"https://realfavicongenerator.net/files/2a2b8756afff5accc44ccef6f5741f25e74184fc/favicon_preview.png","version":"0.16"}

faviconDescription.json

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
{
2+
"masterPicture": "./public/blue-logo.svg",
3+
"iconsPath": "/",
4+
"design": {
5+
"ios": {
6+
"pictureAspect": "backgroundAndMargin",
7+
"backgroundColor": "#ffffff",
8+
"margin": "14%",
9+
"assets": {
10+
"ios6AndPriorIcons": false,
11+
"ios7AndLaterIcons": false,
12+
"precomposedIcons": false,
13+
"declareOnlyDefaultIcon": true
14+
}
15+
},
16+
"desktopBrowser": {
17+
"design": "background",
18+
"backgroundColor": "#ffffff",
19+
"backgroundRadius": 0.45,
20+
"imageScale": 0.9
21+
},
22+
"windows": {
23+
"pictureAspect": "whiteSilhouette",
24+
"backgroundColor": "#da532c",
25+
"onConflict": "override",
26+
"assets": {
27+
"windows80Ie10Tile": false,
28+
"windows10Ie11EdgeTiles": {
29+
"small": false,
30+
"medium": true,
31+
"big": false,
32+
"rectangle": false
33+
}
34+
}
35+
},
36+
"androidChrome": {
37+
"pictureAspect": "backgroundAndMargin",
38+
"margin": "17%",
39+
"backgroundColor": "#ffffff",
40+
"themeColor": "#ffffff",
41+
"manifest": {
42+
"name": "Coderplex",
43+
"display": "standalone",
44+
"orientation": "notSet",
45+
"onConflict": "override",
46+
"declared": true
47+
},
48+
"assets": {
49+
"legacyIcon": false,
50+
"lowResolutionIcons": false
51+
}
52+
},
53+
"safariPinnedTab": {
54+
"pictureAspect": "silhouette",
55+
"themeColor": "#5bbad5"
56+
}
57+
},
58+
"settings": {
59+
"scalingAlgorithm": "Mitchell",
60+
"errorOnImageTooSmall": false,
61+
"readmeFile": false,
62+
"htmlCodeFile": false,
63+
"usePathAsIs": false
64+
}
65+
}

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"setup-db": "node ./src/adapters/fauna/setup.mjs",
1616
"clear-db": "node ./src/adapters/fauna/clear-db.mjs",
1717
"seed-db": "node ./src/adapters/fauna/seed.mjs",
18-
"shell": "node ./src/adapters/fauna/shell.mjs"
18+
"shell": "node ./src/adapters/fauna/shell.mjs",
19+
"gen-favicons": "npx real-favicon generate faviconDescription.json faviconData.json public/favicons"
1920
},
2021
"dependencies": {
2122
"@badrap/bar-of-progress": "0.1.2",
@@ -51,6 +52,7 @@
5152
"@typescript-eslint/parser": "4.15.1",
5253
"autoprefixer": "10.2.4",
5354
"babel-eslint": "10.1.0",
55+
"cli-real-favicon": "0.0.8",
5456
"eslint": "7.20.0",
5557
"eslint-config-prettier": "8.0.0",
5658
"eslint-config-react-app": "6.0.0",

public/blue-logo.svg

Lines changed: 0 additions & 30 deletions
This file was deleted.
-10.9 KB
Loading
-50.8 KB
Loading

public/favicons/apple-touch-icon.png

-3.48 KB
Loading

public/favicons/browserconfig.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
<browserconfig>
33
<msapplication>
44
<tile>
5-
<square150x150logo src="/static/favicons/mstile-150x150.png"/>
6-
<TileColor>#c201b9</TileColor>
5+
<square70x70logo src="/mstile-70x70.png"/>
6+
<square150x150logo src="/mstile-150x150.png"/>
7+
<square310x310logo src="/mstile-310x310.png"/>
8+
<wide310x150logo src="/mstile-310x150.png"/>
9+
<TileColor>#da532c</TileColor>
710
</tile>
811
</msapplication>
912
</browserconfig>

public/favicons/favicon-16x16.png

-441 Bytes
Loading

public/favicons/favicon-32x32.png

-947 Bytes
Loading

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy