Merge version_1 into main #1

Merged
development merged 13 commits from version_1 into main 2026-01-21 11:11:12 +00:00
Showing only changes of commit cf44225032 - Show all commits

14
public/manifest.json Normal file
View File

@@ -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"
}