Pixel-Drive / manifest.json
NathMen12's picture
Create manifest.json
1174dca verified
Raw
History Blame
724 Bytes
{
"name": "PixelDrive",
"short_name": "PixelDrive",
"description": "Stockage cloud Zero-Knowledge chiffré côté client",
"start_url": "/",
"display": "standalone",
"background_color": "#0f0f1a",
"theme_color": "#4f46e5",
"orientation": "portrait-primary",
"scope": "/",
"categories": ["productivity", "utilities"],
"screenshots": [],
"shortcuts": [
{
"name": "Importer",
"short_name": "Importer",
"description": "Importer de nouveaux fichiers",
"url": "/#/drive?upload=1"
},
{
"name": "Galerie",
"short_name": "Galerie",
"description": "Voir vos images et vidéos",
"url": "/#/gallery"
}
],
"prefer_related_applications": false
}