Files
hereconnect/apps/frontend/src/manifest.json
T

27 lines
547 B
JSON
Raw Normal View History

2024-11-24 12:41:41 +02:00
{
"short_name": "НаСвязи",
2024-12-05 13:20:25 +02:00
"id": "hereconnect",
"start_url": "/manage/dashboard",
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone",
"gcm_sender_id": "822536580006",
"categories": [
"communication",
"utilities",
"social",
"productivity"
],
2024-11-24 12:41:41 +02:00
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
2024-12-05 13:20:25 +02:00
]
2024-11-24 12:41:41 +02:00
}