23 lines
497 B
JSON
23 lines
497 B
JSON
{
|
|
"name": "Mek-Tech Consulting Framework",
|
|
"short_name": "Mek-Tech",
|
|
"description": "Enterprise consultancy management platform",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#0d1117",
|
|
"theme_color": "#58a6ff",
|
|
"orientation": "portrait-primary",
|
|
"icons": [
|
|
{
|
|
"src": "/img/icon-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/img/icon-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
}
|