mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -06:00
33 lines
736 B
JSON
33 lines
736 B
JSON
{
|
|
"short_name": "copyparty",
|
|
"name": "copyparty",
|
|
"description": "the all in one file server",
|
|
"icons": [
|
|
{
|
|
"src": "/.cpr/copyparty.svg",
|
|
"sizes": "512x512",
|
|
"type": "image/svg+xml"
|
|
}
|
|
],
|
|
"start_url": "/?utm_medium=PWA&utm_source=launcher",
|
|
"display": "minimal-ui",
|
|
"orientation": "any",
|
|
"theme_color": "#222",
|
|
"background_color": "#222",
|
|
"share_target": {
|
|
"action": "/?utm_medium=PWA&utm_source=share-target&share-target",
|
|
"method": "POST",
|
|
"enctype": "multipart/form-data",
|
|
"params": {
|
|
"title": "name",
|
|
"text": "description",
|
|
"url": "link",
|
|
"files": [
|
|
{
|
|
"name": "files",
|
|
"accept": ["*/*"]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |