{ "name": "WhatsLink", "short_name": "WhatsLink", "description": "Stay connected with friends and family — real-time messaging, calls, and more.", "start_url": "/chat", "scope": "/", "id": "/", "display": "standalone", "display_override": ["standalone", "minimal-ui"], "background_color": "#075E54", "theme_color": "#075E54", "orientation": "portrait-primary", "lang": "en", "icons": [ { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" }, { "src": "/icons/icon-192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" }, { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }, { "src": "/icons/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }, { "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" } ], "screenshots": [ { "src": "/icons/splash-1080x1920.png", "sizes": "1080x1920", "type": "image/png", "form_factor": "narrow", "label": "WhatsLink — Stay Connected" } ], "shortcuts": [ { "name": "Chats", "short_name": "Chats", "url": "/chat", "description": "Open your conversations", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }] }, { "name": "Status", "short_name": "Status", "url": "/status", "description": "View and post status updates", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }] }, { "name": "Calls", "short_name": "Calls", "url": "/calls", "description": "View call history", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }] } ], "categories": ["communication", "social"], "prefer_related_applications": false, "handle_links": "preferred", "launch_handler": { "client_mode": ["navigate-existing", "auto"] }, "edge_side_panel": { "preferred_width": 400 }, "file_handlers": [ { "action": "/chat", "accept": { "text/vcard": [".vcf", ".vcard"], "text/x-vcard": [".vcf"] } } ], "protocol_handlers": [ { "protocol": "tel", "url": "/chat?phone=%s" }, { "protocol": "sms", "url": "/chat?phone=%s" } ], "share_target": { "action": "/share-target", "method": "POST", "enctype": "multipart/form-data", "params": { "title": "title", "text": "text", "url": "url", "files": [ { "name": "file", "accept": [ "image/*", "video/*", "audio/*", "application/pdf" ] } ] } } }