changed: manifest for sharing

This commit is contained in:
quenousimporte 2023-09-01 10:09:32 +02:00
parent 38b30eec43
commit 71de70752a
1 changed files with 4 additions and 2 deletions

View File

@ -1,13 +1,15 @@
{ {
"share_target": "share_target":
{ {
"action": "index.html", "action": "/index.html",
"params": "params":
{ {
"title": "name", "title": "name",
"text": "description", "text": "description",
"url": "link" "url": "link"
} },
"method": "GET",
"enctype": "application/x-www-form-urlencoded"
}, },
"name": "notes", "name": "notes",
"start_url": ".", "start_url": ".",