added share target to web manifest
This commit is contained in:
@ -38,5 +38,14 @@
|
|||||||
"description": "View your shopping lists",
|
"description": "View your shopping lists",
|
||||||
"url": "./list/shopping-list/"
|
"url": "./list/shopping-list/"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"share_target": {
|
||||||
|
"action": "/data/import/url",
|
||||||
|
"method": "GET",
|
||||||
|
"params": {
|
||||||
|
"title": "title",
|
||||||
|
"text": "text",
|
||||||
|
"url": "url"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user