Files
hereconnect/apps/frontend/src/manifest.json
T
ti d1695419c7
Deploy app frontend / app frontend (push) Successful in 1m49s
add url_handlers and capture_links to manifest
2025-05-15 11:39:25 +02:00

33 lines
646 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"
],
"capture_links": "existing_client_event",
"url_handlers": [
{
"origin": "https://hcqr.ru"
}
],
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}