{ "name": "𝖙𝖊𝖝𝖙𝖎𝖓𝖌", "short_name": "texting", "description": "Web messenger", "lang": "en", "dir": "ltr", "start_url": ".", "display": "standalone", "display_override": ["window-controls-overlay", "standalone"], "launch_handler": { "client_mode": ["navigate-existing", "auto"] }, "icons": [ { "src": "./icons/icon-192.png", "sizes": "192x192", "type": "image/png" }, { "src": "./icons/icon-512.png", "sizes": "512x512", "type": "image/png" } ], "handle_links": "preferred", "share_target": { "action": "share", "method": "POST", "enctype": "multipart/form-data", "params": { "title": "title", "text": "text", "url": "url", "files": [ { "name": "files", "accept": [ "image/*", "video/*", "audio/*", "application/pdf", "text/plain" ] } ] } } }