Files
hereconnect/apps/frontend/src/manifest.json
T
ti d57e1569b3
Deploy app frontend / app frontend (push) Successful in 1m32s
push notification works
2024-12-05 21:06:57 +02:00

27 lines
531 B
JSON

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