-
Notifications
You must be signed in to change notification settings - Fork 45.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Follow the blog of https://blog.ghkk.net/post/how-to-favicon-in-2021-six-files-that-fit-most-needs/ * Remove everything about mstile. * Regenerate favicon using SVG file from https://commons.wikimedia.org/wiki/File:OOjs_UI_icon_academic-progressive.svg with minor tweaks in SVG viewBox. * Provide .svg, .ico, 32x32, 192x192, 512x512, and apple 180x180 .png icons. This commit closes: #2337 .
- Loading branch information
Showing
15 changed files
with
16 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,15 @@ | ||
{ | ||
"name": "Minimal Mistakes", | ||
"name": "OOjs UI icon academic-progressive", | ||
"icons": [ | ||
{ | ||
"src": "\/images\/android-chrome-36x36.png?v=M44lzPylqQ", | ||
"sizes": "36x36", | ||
"type": "image\/png", | ||
"density": 0.75 | ||
}, | ||
{ | ||
"src": "\/images\/android-chrome-48x48.png?v=M44lzPylqQ", | ||
"sizes": "48x48", | ||
"type": "image\/png", | ||
"density": 1 | ||
}, | ||
{ | ||
"src": "\/images\/android-chrome-72x72.png?v=M44lzPylqQ", | ||
"sizes": "72x72", | ||
"type": "image\/png", | ||
"density": 1.5 | ||
}, | ||
{ | ||
"src": "\/images\/android-chrome-96x96.png?v=M44lzPylqQ", | ||
"sizes": "96x96", | ||
"type": "image\/png", | ||
"density": 2 | ||
}, | ||
{ | ||
"src": "\/images\/android-chrome-144x144.png?v=M44lzPylqQ", | ||
"sizes": "144x144", | ||
"type": "image\/png", | ||
"density": 3 | ||
"src": "/images/favicon-192x192.png", | ||
"sizes": "192x192", | ||
"type": "image/png" | ||
}, | ||
{ | ||
"src": "\/images\/android-chrome-192x192.png?v=M44lzPylqQ", | ||
"sizes": "192x192", | ||
"type": "image\/png", | ||
"density": 4 | ||
"src": "/images/favicon-512x512.png", | ||
"sizes": "512x512", | ||
"type": "image/png" | ||
} | ||
] | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.