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

24 lines
647 B
JSON
Raw Normal View History

2024-11-24 12:41:41 +02:00
{
"name": "НаСвязи",
"short_name": "НаСвязи",
2024-12-02 23:19:20 +02:00
"categories": ["communication", "utilities", "social", "productivity"],
2024-12-03 00:17:47 +02:00
"id": "https://hereconnect.condev.ru",
"start_url": "https://hereconnect.condev.ru/manage/dashboard",
"scope": "https://hereconnect.condev.ru/",
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"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
2024-11-25 22:58:10 +02:00
"display": "standalone",
"gcm_sender_id": "822536580006"
2024-11-24 12:41:41 +02:00
}