diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2022-07-03 21:40:47 +0200 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2022-07-03 21:40:47 +0200 |
commit | b4207f27821617d83e4cf018c169ca3bac30fda1 (patch) | |
tree | afbb854e25521362571c34996bd357629838127c /public/assets/icons/README.md | |
parent | c80854cb2d1e4ee0f96e8e5185b466b6c06c5416 (diff) | |
download | homer-b4207f27821617d83e4cf018c169ca3bac30fda1.tar.gz homer-b4207f27821617d83e4cf018c169ca3bac30fda1.tar.zst homer-b4207f27821617d83e4cf018c169ca3bac30fda1.zip |
new PWA implementation
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 | ` | ||