changed: manifest for sharing
This commit is contained in:
parent
38b30eec43
commit
71de70752a
|
@ -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": ".",
|
||||||
|
|
Loading…
Reference in New Issue