From afe5d3174a5e4c851bf5d30527ce88814f1a267a Mon Sep 17 00:00:00 2001 From: l3wdfut4pwr Date: Sat, 4 Apr 2026 02:23:37 +0300 Subject: add favicon --- public/file.svg | 1 - public/globe.svg | 1 - public/icon-96.png | Bin 0 -> 20177 bytes public/next.svg | 1 - public/site.webmanifest | 22 ++++++++++++++++++++++ public/vercel.svg | 1 - public/web-app-manifest-192x192.png | Bin 0 -> 9045 bytes public/web-app-manifest-512x512.png | Bin 0 -> 30209 bytes public/window.svg | 1 - 9 files changed, 22 insertions(+), 5 deletions(-) delete mode 100644 public/file.svg delete mode 100644 public/globe.svg create mode 100644 public/icon-96.png delete mode 100644 public/next.svg create mode 100644 public/site.webmanifest delete mode 100644 public/vercel.svg create mode 100644 public/web-app-manifest-192x192.png create mode 100644 public/web-app-manifest-512x512.png delete mode 100644 public/window.svg (limited to 'public') diff --git a/public/file.svg b/public/file.svg deleted file mode 100644 index 004145c..0000000 --- a/public/file.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/globe.svg b/public/globe.svg deleted file mode 100644 index 567f17b..0000000 --- a/public/globe.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/icon-96.png b/public/icon-96.png new file mode 100644 index 0000000..2412313 Binary files /dev/null and b/public/icon-96.png differ diff --git a/public/next.svg b/public/next.svg deleted file mode 100644 index 5174b28..0000000 --- a/public/next.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/site.webmanifest b/public/site.webmanifest new file mode 100644 index 0000000..383a09c --- /dev/null +++ b/public/site.webmanifest @@ -0,0 +1,22 @@ +{ + "name": "ArtBerry", + "short_name": "ArtBerry", + "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": "#05040A", + "background_color": "#05040A", + "display": "standalone" +} + diff --git a/public/vercel.svg b/public/vercel.svg deleted file mode 100644 index 7705396..0000000 --- a/public/vercel.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/web-app-manifest-192x192.png b/public/web-app-manifest-192x192.png new file mode 100644 index 0000000..c62cafd Binary files /dev/null and b/public/web-app-manifest-192x192.png differ diff --git a/public/web-app-manifest-512x512.png b/public/web-app-manifest-512x512.png new file mode 100644 index 0000000..3b46ce6 Binary files /dev/null and b/public/web-app-manifest-512x512.png differ diff --git a/public/window.svg b/public/window.svg deleted file mode 100644 index b2b2a44..0000000 --- a/public/window.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file -- cgit v1.3-3-g829e