bug fix in drawer

This commit is contained in:
daniel31x13
2024-01-21 00:02:59 -05:00
parent 1716e1d408
commit 1d14d17e7a
5 changed files with 39 additions and 8 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 492 KiB

+22
View File
@@ -1,4 +1,5 @@
{
"id": "/dashboard",
"name":"Linkwarden",
"short_name":"Linkwarden",
"icons":[
@@ -19,6 +20,27 @@
"purpose": "maskable"
}
],
"share_target": {
"action": "/api/v1/links/",
"method": "POST",
"enctype": "multipart/form-data",
"params": {
"url": "link"
}
},
"screenshots": [
{
"src": "/screenshots/screenshot1.png",
"type": "image/png",
"sizes": "386x731"
},
{
"src": "/screenshots/screenshot2.png",
"type": "image/png",
"sizes": "1361x861",
"form_factor": "wide"
}
],
"theme_color":"#000000",
"background_color":"#000000",
"display":"standalone",