Files
hereconnect/apps/frontend/public/manifest.json
T
ti 2f4ae28cce
Deploy frontend / frontend (push) Successful in 1m5s
add categories to manifest
2024-12-02 23:19:20 +02:00

22 lines
516 B
JSON

{
"name": "НаСвязи",
"short_name": "НаСвязи",
"categories": ["communication", "utilities", "social", "productivity"],
"start_url": "/",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone",
"gcm_sender_id": "822536580006"
}