Deploy web build
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user