diff --git a/index.html b/index.html index 75f61b9..b678330 100644 --- a/index.html +++ b/index.html @@ -1 +1 @@ -particles
\ No newline at end of file +particles
\ No newline at end of file diff --git a/manifest.json b/manifest.json index 080d6c7..724f237 100644 --- a/manifest.json +++ b/manifest.json @@ -3,17 +3,17 @@ "name": "Create React App Sample", "icons": [ { - "src": "favicon.ico", + "src": "myfavicon.ico", "sizes": "64x64 32x32 24x24 16x16", "type": "image/x-icon" }, { - "src": "logo192.png", + "src": "mylogo192.png", "type": "image/png", "sizes": "192x192" }, { - "src": "logo512.png", + "src": "mylogo512.png", "type": "image/png", "sizes": "512x512" } diff --git a/myFavicon.ico b/myFavicon.ico new file mode 100644 index 0000000..eb88280 Binary files /dev/null and b/myFavicon.ico differ diff --git a/myLogo192.png b/myLogo192.png new file mode 100644 index 0000000..62d20ab Binary files /dev/null and b/myLogo192.png differ diff --git a/myLogo512.png b/myLogo512.png new file mode 100644 index 0000000..a306346 Binary files /dev/null and b/myLogo512.png differ