Files
hereconnect/apps/frontend/public/manifest.json
T
ti 16a0fa76de
Main daploy / deploy (push) Successful in 44s
add support GCM
2024-11-25 22:58:10 +02:00

21 lines
442 B
JSON

{
"name": "НаСвязи",
"short_name": "НаСвязи",
"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"
}