Files
flit/pwa/public/manifest.json

23 lines
562 B
JSON
Raw Normal View History

{
"name": "flit",
"short_name": "flit",
"description": "Ephemeral, end-to-end encrypted file transfer between your own devices.",
"start_url": "/",
"display": "standalone",
"background_color": "#080808",
"theme_color": "#00e87a",
"icons": [
{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }
],
"share_target": {
"action": "/share-target",
"method": "POST",
"enctype": "multipart/form-data",
"params": {
"files": [
{ "name": "files", "accept": ["*/*"] }
]
}
}
}