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