added share target to web manifest

This commit is contained in:
vabene1111
2023-08-25 09:45:31 +02:00
parent 01ce658883
commit 3d45a068e4

View File

@ -38,5 +38,14 @@
"description": "View your shopping lists",
"url": "./list/shopping-list/"
}
]
],
"share_target": {
"action": "/data/import/url",
"method": "GET",
"params": {
"title": "title",
"text": "text",
"url": "url"
}
}
}