Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pavel-pi/kiss-em.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormidzer <midzer@gmail.com>2018-06-04 10:28:54 +0300
committerGitHub <noreply@github.com>2018-06-04 10:28:54 +0300
commitf6d951e3b9c824ede0b4d3170b00b753c5cce622 (patch)
tree91d9fc48837fcca6b3a4df00ed934c6a208189ab
parentfc7268ecfa13f6767ef1fb81ae8eac945bade49c (diff)
update favicons section
-rw-r--r--README.md15
1 files changed, 13 insertions, 2 deletions
diff --git a/README.md b/README.md
index a5c1ca0..9e69479 100644
--- a/README.md
+++ b/README.md
@@ -117,9 +117,20 @@ There are two positions:
"http://example.com/special-page" = "Example"
```
-## Favicons
+## Favicons, Browserconfig, Manifest
-Put your own favicons into `/static` and customize `browserconfig.xml` and `site.webmanifest` to fit your needs.
+It is recommended to put your own favicons
+
+* `apple-touch-icon.png` (180x180)
+* `favicon-32x32.png` (32x32)
+* `favicon-16x16.png` (16x16)
+* `mstile-150x150.png` (150x150)
+* `android-chrome-192x192.png` (192x192)
+* `android-chrome-512x512.png` (512x512)
+
+into `/static`. They're easily created via https://realfavicongenerator.net/.
+
+Customize `browserconfig.xml` and `site.webmanifest` to set `theme-color` and `background-color` for example.
## Related Articles