2026-06-03 12:15:49 +03:00
|
|
|
{
|
|
|
|
|
"name": "WarpBox",
|
|
|
|
|
"short_name": "WarpBox",
|
|
|
|
|
"description": "Simple file sharing and fast download links. Upload files, generate share links, and serve clean download pages.",
|
|
|
|
|
"start_url": "/",
|
|
|
|
|
"scope": "/",
|
|
|
|
|
"display": "standalone",
|
|
|
|
|
"background_color": "#0b0b16",
|
|
|
|
|
"theme_color": "#8b5cf6",
|
2026-06-08 11:53:37 +03:00
|
|
|
"share_target": {
|
|
|
|
|
"action": "/share-target",
|
|
|
|
|
"method": "POST",
|
|
|
|
|
"enctype": "multipart/form-data",
|
|
|
|
|
"params": {
|
|
|
|
|
"title": "title",
|
|
|
|
|
"text": "text",
|
|
|
|
|
"url": "url",
|
|
|
|
|
"files": [
|
|
|
|
|
{
|
|
|
|
|
"name": "files",
|
|
|
|
|
"accept": ["*/*"]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-06-03 12:15:49 +03:00
|
|
|
"icons": [
|
|
|
|
|
{
|
|
|
|
|
"src": "/static/android-chrome-192x192.png",
|
|
|
|
|
"sizes": "192x192",
|
|
|
|
|
"type": "image/png",
|
|
|
|
|
"purpose": "any maskable"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"src": "/static/android-chrome-512x512.png",
|
|
|
|
|
"sizes": "512x512",
|
|
|
|
|
"type": "image/png",
|
|
|
|
|
"purpose": "any maskable"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|