Merge branch 'feat/sharehandler'

This commit is contained in:
quenousimporte 2023-09-06 21:31:06 +02:00
commit 283db4ae6e
1 changed files with 14 additions and 1 deletions

View File

@ -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",
"start_url": ".",
"display": "standalone",
@ -19,4 +31,5 @@
"sizes": "512x512"
}
]
}
}