ui phase 0

This commit is contained in:
hamid
2026-07-17 14:00:22 +03:30
parent 9051bb3e18
commit f1cba6cf74
139 changed files with 1242 additions and 667 deletions
+10 -13
View File
@@ -1,22 +1,19 @@
{
"name": "Balinyaar",
"short_name": "Balinyaar",
"description": "Balinyaar web application",
"description": "Balinyaar — trust-first home nursing marketplace",
"start_url": ".",
"theme_color": "#000000",
"background_color": "#ffffff",
"theme_color": "#1d4a40",
"background_color": "#faf9f5",
"display": "standalone",
"orientation": "portrait",
"icons": [
{
"src": "favicon.ico?v=1.0",
"sizes": "48x48 32x32 16x16",
"type": "image/x-icon"
},
{ "src": "img/favicon/16x16.png?v=1.0", "sizes": "16x16", "type": "image/png" },
{ "src": "img/favicon/32x32.png?v=1.0", "sizes": "32x32", "type": "image/png" },
{ "src": "img/favicon/180x180.png?v=1.0", "sizes": "180x180", "type": "image/png" },
{ "src": "img/favicon/192x192.png?v=1.0", "sizes": "192x192", "type": "image/png" },
{ "src": "img/favicon/512x512.png?v=1.0", "sizes": "512x512", "type": "image/png" }
{ "src": "favicon.ico?v=2", "sizes": "48x48 32x32 16x16", "type": "image/x-icon" },
{ "src": "img/favicon/16x16.png?v=2", "sizes": "16x16", "type": "image/png" },
{ "src": "img/favicon/32x32.png?v=2", "sizes": "32x32", "type": "image/png" },
{ "src": "img/favicon/48x48.png?v=2", "sizes": "48x48", "type": "image/png" },
{ "src": "img/favicon/180x180.png?v=2", "sizes": "180x180", "type": "image/png" },
{ "src": "img/favicon/192x192.png?v=2", "sizes": "192x192", "type": "image/png" },
{ "src": "img/favicon/512x512.png?v=2", "sizes": "512x512", "type": "image/png" }
]
}