diff --git a/favicon.ico b/favicon.ico deleted file mode 100644 index 8a3a74e..0000000 Binary files a/favicon.ico and /dev/null differ diff --git a/web/README.txt b/web/README.txt new file mode 100644 index 0000000..3bdd02f --- /dev/null +++ b/web/README.txt @@ -0,0 +1,18 @@ +Add this to your HTML
: + + + + +Add this to your app's manifest.json: + + ... + { + "icons": [ + { "src": "/favicon.ico", "type": "image/x-icon", "sizes": "16x16 32x32" }, + { "src": "/icon-192.png", "type": "image/png", "sizes": "192x192" }, + { "src": "/icon-512.png", "type": "image/png", "sizes": "512x512" }, + { "src": "/icon-192-maskable.png", "type": "image/png", "sizes": "192x192", "purpose": "maskable" }, + { "src": "/icon-512-maskable.png", "type": "image/png", "sizes": "512x512", "purpose": "maskable" } + ] + } + ... diff --git a/web/apple-touch-icon.png b/web/apple-touch-icon.png new file mode 100644 index 0000000..c4f9fa0 Binary files /dev/null and b/web/apple-touch-icon.png differ diff --git a/web/favicon.ico b/web/favicon.ico new file mode 100644 index 0000000..85fa3d8 Binary files /dev/null and b/web/favicon.ico differ diff --git a/web/icon-192-maskable.png b/web/icon-192-maskable.png new file mode 100644 index 0000000..3a0fd07 Binary files /dev/null and b/web/icon-192-maskable.png differ diff --git a/web/icon-192.png b/web/icon-192.png new file mode 100644 index 0000000..b216c08 Binary files /dev/null and b/web/icon-192.png differ diff --git a/web/icon-512-maskable.png b/web/icon-512-maskable.png new file mode 100644 index 0000000..badfd6c Binary files /dev/null and b/web/icon-512-maskable.png differ diff --git a/web/icon-512.png b/web/icon-512.png new file mode 100644 index 0000000..c7ab6d3 Binary files /dev/null and b/web/icon-512.png differ