25 lines
623 B
Plaintext
25 lines
623 B
Plaintext
|
|
{
|
||
|
|
"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",
|
||
|
|
"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"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|