{ "name": "Clipboard Exchange", "short_name": "Exchange", "description": "Обмен текстом и файлами между устройствами без регистрации", "start_url": "/", "scope": "/", "display": "standalone", "background_color": "#111827", "theme_color": "#176b5b", "icons": [ { "src": "/assets/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" }, { "src": "/assets/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }, { "src": "/assets/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" } ], "share_target": { "action": "/share-target", "method": "POST", "enctype": "multipart/form-data", "params": { "title": "title", "text": "text", "url": "url", "files": [{ "name": "files", "accept": ["*/*"] }] } } }