Code sniped
Created
February 6, 2024 17:10
-
-
Save sefatanam/53e91a7ea7ef13035de4b1b7c42ac7c4 to your computer and use it in GitHub Desktop.
Share data natively from mobile to any PWA app
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name":"YOUR_APP_NAME", | |
"share_target": { | |
"action": "/share-target", | |
"method": "GET", | |
"params": { | |
"title": "title", | |
"text": "text", | |
"url": "url" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment