mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-05-15 10:36:53 -04:00
Add basic ShareTarget handler
This commit is contained in:
parent
59ec78c520
commit
13243093ae
3 changed files with 32 additions and 3 deletions
|
@ -18,12 +18,20 @@
|
|||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},{
|
||||
"src": "images/logo_transparent_white_512x512.png",
|
||||
"src": "images/logo_transparent_512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}],
|
||||
"background_color": "#3367d6",
|
||||
"start_url": "/",
|
||||
"display": "minimal-ui",
|
||||
"theme_color": "#3367d6"
|
||||
"theme_color": "#3367d6",
|
||||
"share_target": {
|
||||
"action": "/share-target/",
|
||||
"params": {
|
||||
"title": "title",
|
||||
"text": "text",
|
||||
"url": "url"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue