Pixel-Drive / manifest.json
NathMen12's picture
Update manifest.json
e5d0f48 verified
Raw
History Blame Contribute Delete
458 Bytes
{
"name": "PixelDrive",
"short_name": "PixelDrive",
"description": "Stockage cloud Zero-Knowledge chiffré",
"start_url": "/",
"display": "standalone",
"background_color": "#0f0f13",
"theme_color": "#4f46e5",
"orientation": "any",
"scope": "/",
"categories": ["productivity", "utilities"],
"icons": [
{ "src": "/banner.png", "sizes": "2560x1440", "type": "image/png", "purpose": "any" }
],
"prefer_related_applications": false
}