added: share target in manifest
This commit is contained in:
parent
4621a0aa0b
commit
e9c69615b7
|
@ -1,4 +1,14 @@
|
|||
{
|
||||
"share_target":
|
||||
{
|
||||
"action": "index.html",
|
||||
"params":
|
||||
{
|
||||
"title": "name",
|
||||
"text": "description",
|
||||
"url": "link"
|
||||
}
|
||||
},
|
||||
"name": "notes",
|
||||
"start_url": ".",
|
||||
"display": "standalone",
|
||||
|
@ -19,4 +29,5 @@
|
|||
"sizes": "512x512"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue