Skip to content

Commit

Permalink
fix: try all share_target param types
Browse files Browse the repository at this point in the history
  • Loading branch information
ndom91 committed Jun 23, 2024
1 parent 16ac4ef commit 6b88ae5
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion apps/web/static/manifest.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,19 @@
"method": "POST",
"enctype": "multipart/form-data",
"params": {
"url": "url"
"title": "name",
"text": "description",
"url": "url",
"files": [
{
"name": "text",
"accept": ["text/plain"]
},
{
"name": "svg",
"accept": "image/svg+xml"
}
]
}
},
"icons": [
Expand Down

0 comments on commit 6b88ae5

Please sign in to comment.