From cf442250320f04a0f8420fb64d5c31a27b44fa06 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 21 Jan 2026 11:11:00 +0000 Subject: [PATCH] Add public/manifest.json --- public/manifest.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 public/manifest.json diff --git a/public/manifest.json b/public/manifest.json new file mode 100644 index 0000000..c716ae8 --- /dev/null +++ b/public/manifest.json @@ -0,0 +1,14 @@ +{ + "short_name": "Webild Components", "name": "Webild Components App", "icons": [ + { + "src": "images/favicon-16x16.c832ad73-1768993680503.png", "sizes": "16x16", "type": "image/png" + }, + { + "src": "images/favicon-32x32.0a29681d-1768993680536.png", "sizes": "32x32", "type": "image/png" + }, + { + "src": "images/apple-touch-icon.50147714-1768993680489.png", "sizes": "192x192", "type": "image/png" + } + ], + "start_url": ".", "display": "standalone", "theme_color": "#000000", "background_color": "#ffffff" +} \ No newline at end of file