bug fix in drawer
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user