diff --git a/icons/README.md b/icons/README.md new file mode 100644 index 0000000..015169b --- /dev/null +++ b/icons/README.md @@ -0,0 +1,12 @@ +# PWA Icons / Images + +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/). + +Once generated, download the ZIP and use android-* icons for pwa-*: + +- use `android-chrome-192x192.png` for `pwa-192x192.png` +- use `android-chrome-512x512.png` for `pwa-512x512.png` +- `apple-touch-icon.png` is `apple-touch-icon.png` +- `favicon.ico` is `favicon.ico` + +` diff --git a/icons/apple-touch-icon.png b/icons/apple-touch-icon.png new file mode 100644 index 0000000..32b68eb Binary files /dev/null and b/icons/apple-touch-icon.png differ diff --git a/icons/favicon.ico b/icons/favicon.ico new file mode 100644 index 0000000..c8d571f Binary files /dev/null and b/icons/favicon.ico differ diff --git a/icons/logo.svg b/icons/logo.svg new file mode 100644 index 0000000..89b99a1 --- /dev/null +++ b/icons/logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/pwa-192x192.png b/icons/pwa-192x192.png new file mode 100644 index 0000000..36d8775 Binary files /dev/null and b/icons/pwa-192x192.png differ diff --git a/icons/pwa-512x512.png b/icons/pwa-512x512.png new file mode 100644 index 0000000..8f27647 Binary files /dev/null and b/icons/pwa-512x512.png differ