Merge branch 'feat/sharehandler'
This commit is contained in:
commit
283db4ae6e
|
@ -1,4 +1,16 @@
|
||||||
{
|
{
|
||||||
|
"share_target":
|
||||||
|
{
|
||||||
|
"action": "/index.html",
|
||||||
|
"params":
|
||||||
|
{
|
||||||
|
"title": "name",
|
||||||
|
"text": "description",
|
||||||
|
"url": "link"
|
||||||
|
},
|
||||||
|
"method": "GET",
|
||||||
|
"enctype": "application/x-www-form-urlencoded"
|
||||||
|
},
|
||||||
"name": "notes",
|
"name": "notes",
|
||||||
"start_url": ".",
|
"start_url": ".",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
|
@ -20,3 +32,4 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue