diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2022-07-13 13:46:03 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-13 13:46:03 -0700 |
commit | c11c45a661addf377ac5f4773ba39f5ef66ec155 (patch) | |
tree | 204cd561549dd6424d7e07c88b042e3bce62d608 /public/assets/icons/README.md | |
parent | d57821b5fa8b994bc4082f7565a072090ff288a1 (diff) | |
parent | 0eca982f8bc89bbac3ed4fee248fc53b7c4c0527 (diff) | |
download | homer-c11c45a661addf377ac5f4773ba39f5ef66ec155.tar.gz homer-c11c45a661addf377ac5f4773ba39f5ef66ec155.tar.zst homer-c11c45a661addf377ac5f4773ba39f5ef66ec155.zip |
Merge pull request #482 from bastienwirtz/vuejs-3
Vuejs 3
Diffstat (limited to 'public/assets/icons/README.md')
-rw-r--r-- | public/assets/icons/README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/public/assets/icons/README.md b/public/assets/icons/README.md new file mode 100644 index 0000000..015169b --- /dev/null +++ b/public/assets/icons/README.md | |||
@@ -0,0 +1,12 @@ | |||
1 | # PWA Icons / Images | ||
2 | |||
3 | We suggest you to create a svg or png icon (if it is a png icon, with the maximum resolution possible) for your application and use it to generate a favicon package in [Favicon Generator](https://realfavicongenerator.net/). | ||
4 | |||
5 | Once generated, download the ZIP and use android-* icons for pwa-*: | ||
6 | |||
7 | - use `android-chrome-192x192.png` for `pwa-192x192.png` | ||
8 | - use `android-chrome-512x512.png` for `pwa-512x512.png` | ||
9 | - `apple-touch-icon.png` is `apple-touch-icon.png` | ||
10 | - `favicon.ico` is `favicon.ico` | ||
11 | |||
12 | ` | ||