diff --git a/favicon.ico b/favicon.ico deleted file mode 100644 index a11777c..0000000 Binary files a/favicon.ico and /dev/null differ diff --git a/index.html b/index.html index 3a4651b..d675270 100644 --- a/index.html +++ b/index.html @@ -1 +1 @@ -React App
\ No newline at end of file +Volt Social Media Frame Generator
\ No newline at end of file diff --git a/logo192.png b/logo192.png deleted file mode 100644 index fc44b0a..0000000 Binary files a/logo192.png and /dev/null differ diff --git a/logo512.png b/logo512.png deleted file mode 100644 index a4e47a6..0000000 Binary files a/logo512.png and /dev/null differ diff --git a/manifest.json b/manifest.json index 080d6c7..c4e76c8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,25 +1,25 @@ { - "short_name": "React App", - "name": "Create React App Sample", + "short_name": "Volt Frame Generator", + "name": "Volt Social Media Frame Generator", "icons": [ { - "src": "favicon.ico", + "src": "volt-logo-64.png", "sizes": "64x64 32x32 24x24 16x16", - "type": "image/x-icon" + "type": "image/png" }, { - "src": "logo192.png", + "src": "volt-logo-192.png", "type": "image/png", "sizes": "192x192" }, { - "src": "logo512.png", + "src": "volt-logo-512.png", "type": "image/png", "sizes": "512x512" } ], "start_url": ".", "display": "standalone", - "theme_color": "#000000", - "background_color": "#ffffff" + "theme_color": "#582C83", + "background_color": "#582C83" } diff --git a/volt-logo-192.png b/volt-logo-192.png new file mode 100644 index 0000000..1c741bc Binary files /dev/null and b/volt-logo-192.png differ diff --git a/volt-logo-512.png b/volt-logo-512.png new file mode 100644 index 0000000..31f35dc Binary files /dev/null and b/volt-logo-512.png differ diff --git a/volt-logo-64.png b/volt-logo-64.png new file mode 100644 index 0000000..4658d3c Binary files /dev/null and b/volt-logo-64.png differ