diff --git a/crypto_clash_frontend/app/apple-icon.png b/crypto_clash_frontend/app/apple-icon.png new file mode 100644 index 0000000..fe17b93 Binary files /dev/null and b/crypto_clash_frontend/app/apple-icon.png differ diff --git a/crypto_clash_frontend/app/favicon.ico b/crypto_clash_frontend/app/favicon.ico index 718d6fe..d86fa4c 100644 Binary files a/crypto_clash_frontend/app/favicon.ico and b/crypto_clash_frontend/app/favicon.ico differ diff --git a/crypto_clash_frontend/app/icon0.svg b/crypto_clash_frontend/app/icon0.svg new file mode 100644 index 0000000..b8e3c4d --- /dev/null +++ b/crypto_clash_frontend/app/icon0.svg @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/crypto_clash_frontend/app/icon1.png b/crypto_clash_frontend/app/icon1.png new file mode 100644 index 0000000..6a0581b Binary files /dev/null and b/crypto_clash_frontend/app/icon1.png differ diff --git a/crypto_clash_frontend/app/manifest.json b/crypto_clash_frontend/app/manifest.json new file mode 100644 index 0000000..b70df41 --- /dev/null +++ b/crypto_clash_frontend/app/manifest.json @@ -0,0 +1,21 @@ +{ + "name": "Crypto Clash", + "short_name": "CryptoClash", + "icons": [ + { + "src": "/web-app-manifest-192x192.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "maskable" + }, + { + "src": "/web-app-manifest-512x512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "maskable" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} \ No newline at end of file diff --git a/crypto_clash_frontend/public/web-app-manifest-192x192.png b/crypto_clash_frontend/public/web-app-manifest-192x192.png new file mode 100644 index 0000000..1f93b43 Binary files /dev/null and b/crypto_clash_frontend/public/web-app-manifest-192x192.png differ diff --git a/crypto_clash_frontend/public/web-app-manifest-512x512.png b/crypto_clash_frontend/public/web-app-manifest-512x512.png new file mode 100644 index 0000000..0819cfa Binary files /dev/null and b/crypto_clash_frontend/public/web-app-manifest-512x512.png differ