NathMen12 commited on
Commit
90947b9
·
verified ·
1 Parent(s): b7394ea

Update src/client/manifest.json

Browse files
Files changed (1) hide show
  1. src/client/manifest.json +3 -55
src/client/manifest.json CHANGED
@@ -8,56 +8,6 @@
8
  "theme_color": "#4f46e5",
9
  "orientation": "portrait-primary",
10
  "scope": "/",
11
- "icons": [
12
- {
13
- "src": "/icons/icon-72.png",
14
- "sizes": "72x72",
15
- "type": "image/png",
16
- "purpose": "any maskable"
17
- },
18
- {
19
- "src": "/icons/icon-96.png",
20
- "sizes": "96x96",
21
- "type": "image/png",
22
- "purpose": "any maskable"
23
- },
24
- {
25
- "src": "/icons/icon-128.png",
26
- "sizes": "128x128",
27
- "type": "image/png",
28
- "purpose": "any maskable"
29
- },
30
- {
31
- "src": "/icons/icon-144.png",
32
- "sizes": "144x144",
33
- "type": "image/png",
34
- "purpose": "any maskable"
35
- },
36
- {
37
- "src": "/icons/icon-152.png",
38
- "sizes": "152x152",
39
- "type": "image/png",
40
- "purpose": "any maskable"
41
- },
42
- {
43
- "src": "/icons/icon-192.png",
44
- "sizes": "192x192",
45
- "type": "image/png",
46
- "purpose": "any maskable"
47
- },
48
- {
49
- "src": "/icons/icon-384.png",
50
- "sizes": "384x384",
51
- "type": "image/png",
52
- "purpose": "any maskable"
53
- },
54
- {
55
- "src": "/icons/icon-512.png",
56
- "sizes": "512x512",
57
- "type": "image/png",
58
- "purpose": "any maskable"
59
- }
60
- ],
61
  "categories": ["productivity", "utilities"],
62
  "screenshots": [],
63
  "shortcuts": [
@@ -65,16 +15,14 @@
65
  "name": "Importer",
66
  "short_name": "Importer",
67
  "description": "Importer de nouveaux fichiers",
68
- "url": "/#/drive?upload=1",
69
- "icons": [{ "src": "/icons/upload.png", "sizes": "192x192" }]
70
  },
71
  {
72
  "name": "Galerie",
73
  "short_name": "Galerie",
74
  "description": "Voir vos images et vidéos",
75
- "url": "/#/gallery",
76
- "icons": [{ "src": "/icons/gallery.png", "sizes": "192x192" }]
77
  }
78
  ],
79
  "prefer_related_applications": false
80
- }
 
8
  "theme_color": "#4f46e5",
9
  "orientation": "portrait-primary",
10
  "scope": "/",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  "categories": ["productivity", "utilities"],
12
  "screenshots": [],
13
  "shortcuts": [
 
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
+ }