added: share target in manifest

This commit is contained in:
quenousimporte 2023-07-18 10:29:05 +02:00
parent 4621a0aa0b
commit e9c69615b7
1 changed files with 12 additions and 1 deletions

View File

@ -1,4 +1,14 @@
{ {
"share_target":
{
"action": "index.html",
"params":
{
"title": "name",
"text": "description",
"url": "link"
}
},
"name": "notes", "name": "notes",
"start_url": ".", "start_url": ".",
"display": "standalone", "display": "standalone",
@ -20,3 +30,4 @@
} }
] ]
} }