{ "name": "ShareDrop MVP Debug", "short_name": "ShareDebug", "description": "Android PWA share target MVP with verbose diagnostics.", "start_url": "./", "scope": "./", "display": "standalone", "background_color": "#ebe7dc", "theme_color": "#0f172a", "icons": [ { "src": "./icons/icon.svg", "sizes": "512x512", "type": "image/svg+xml", "purpose": "any" }, { "src": "./icons/icon-maskable.svg", "sizes": "512x512", "type": "image/svg+xml", "purpose": "maskable" } ], "share_target": { "action": "./share-target", "method": "POST", "enctype": "multipart/form-data", "params": { "title": "title", "text": "text", "url": "url", "files": [ { "name": "files", "accept": [ "*/*" ] } ] } } }