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",
|
"name": "notes",
|
||||||
"start_url": ".",
|
"start_url": ".",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
|
@ -20,3 +30,4 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue