From 43defa4103a66b449818cf481dc268d7c07d007f Mon Sep 17 00:00:00 2001 From: Mikhail Mitrofanov Date: Sat, 13 Jun 2026 21:08:50 +0300 Subject: [PATCH] update icon --- public/favicon.svg | 12 +++++++++++- public/manifest.json | 21 +++++++++++++++++++++ 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 public/manifest.json diff --git a/public/favicon.svg b/public/favicon.svg index 6893eb1..07ae8d1 100644 --- a/public/favicon.svg +++ b/public/favicon.svg @@ -1 +1,11 @@ - \ No newline at end of file + + + + + + + + + + + diff --git a/public/manifest.json b/public/manifest.json new file mode 100644 index 0000000..731c23e --- /dev/null +++ b/public/manifest.json @@ -0,0 +1,21 @@ +{ + "name": "Мое SQLite Приложение", + "short_name": "SQLite App", + "description": "Описание вашего приложения", + "start_url": "/", + "display": "standalone", + "background_color": "#ffffff", + "theme_color": "#000000", + "icons": [ + { + "src": "/icon-192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/icon-512.png", + "sizes": "512x512", + "type": "image/png" + } + ] +} \ No newline at end of file