Deploy web build

This commit is contained in:
2026-07-04 18:32:00 +03:30
commit 3c498111aa
69 changed files with 288754 additions and 0 deletions
+43
View File
@@ -0,0 +1,43 @@
{
"id": "/",
"name": "FT Plus",
"short_name": "FT+",
"start_url": "/",
"scope": "/",
"display": "standalone",
"display_override": ["standalone", "minimal-ui"],
"background_color": "#F9F9F9",
"theme_color": "#00342B",
"description": "Football fitness assessment platform for coaches and players.",
"orientation": "portrait-primary",
"lang": "fa",
"dir": "rtl",
"categories": ["sports", "health", "fitness"],
"prefer_related_applications": false,
"icons": [
{
"src": "icons/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "icons/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "icons/icon-192-maskable.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "icons/icon-512-maskable.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
]
}