Files
New-folder/public/manifest.json
Şahan Hasret 8957eb276e Ekip Son
2025-12-14 00:42:43 +03:00

28 lines
646 B
JSON

{
"name": "ZeroSixLab",
"short_name": "ZSL",
"description": "Ankara merkezli, global vizyonlu yeni nesil yazilim ve Ar-Ge laboratuvari.",
"start_url": "/",
"display": "standalone",
"background_color": "#0A0E17",
"theme_color": "#00D4FF",
"orientation": "portrait-primary",
"scope": "/",
"lang": "tr",
"icons": [
{
"src": "/icon",
"sizes": "32x32",
"type": "image/png"
},
{
"src": "/apple-icon",
"sizes": "180x180",
"type": "image/png"
}
],
"categories": ["business", "productivity", "utilities"],
"related_applications": [],
"prefer_related_applications": false
}