Web Share Target Builder

Configure PWA Share API

Target Configuration

The URL that will handle the shared content.

Parameter Mapping

Map the incoming share data to query parameters (GET) or form fields (POST).

Title field:
Text field:
URL field:

File Sharing

File sharing requires Method to be POST and Enctype to be multipart/form-data.

Simulate Intent

Test how your handler receives the data.

manifest.json
sw.js (Service Worker handler)

Intent Received

This is how your Service Worker or application would see the incoming request based on your current configuration.