NathMen12 commited on
Commit
0104ea7
verified
1 Parent(s): 90947b9

Delete src/client/manifest.json

Browse files
Files changed (1) hide show
  1. src/client/manifest.json +0 -28
src/client/manifest.json DELETED
@@ -1,28 +0,0 @@
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
- }