22 lines
542 B
JSON
22 lines
542 B
JSON
|
|
{
|
||
|
|
"name": "RBox Cloud Storage",
|
||
|
|
"short_name": "RBox",
|
||
|
|
"description": "A self-hosted cloud storage web application",
|
||
|
|
"start_url": "/",
|
||
|
|
"display": "standalone",
|
||
|
|
"background_color": "#F0F2F5",
|
||
|
|
"theme_color": "#003399",
|
||
|
|
"icons": [
|
||
|
|
{
|
||
|
|
"src": "/static/icons/icon-192x192.png",
|
||
|
|
"sizes": "192x192",
|
||
|
|
"type": "image/png"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"src": "/static/icons/icon-512x512.png",
|
||
|
|
"sizes": "512x512",
|
||
|
|
"type": "image/png"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|