Spaces:
Paused
Paused
Create manifest.json
Browse files- manifest.json +28 -0
manifest.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "PixelDrive",
|
| 3 |
+
"short_name": "PixelDrive",
|
| 4 |
+
"description": "Stockage cloud Zero-Knowledge chiffr茅 c么t茅 client",
|
| 5 |
+
"start_url": "/",
|
| 6 |
+
"display": "standalone",
|
| 7 |
+
"background_color": "#0f0f1a",
|
| 8 |
+
"theme_color": "#4f46e5",
|
| 9 |
+
"orientation": "portrait-primary",
|
| 10 |
+
"scope": "/",
|
| 11 |
+
"categories": ["productivity", "utilities"],
|
| 12 |
+
"screenshots": [],
|
| 13 |
+
"shortcuts": [
|
| 14 |
+
{
|
| 15 |
+
"name": "Importer",
|
| 16 |
+
"short_name": "Importer",
|
| 17 |
+
"description": "Importer de nouveaux fichiers",
|
| 18 |
+
"url": "/#/drive?upload=1"
|
| 19 |
+
},
|
| 20 |
+
{
|
| 21 |
+
"name": "Galerie",
|
| 22 |
+
"short_name": "Galerie",
|
| 23 |
+
"description": "Voir vos images et vid茅os",
|
| 24 |
+
"url": "/#/gallery"
|
| 25 |
+
}
|
| 26 |
+
],
|
| 27 |
+
"prefer_related_applications": false
|
| 28 |
+
}
|