Browse Source

feat: Add screenshots to manifest.json (#3369)

* feat: Add screenshots to manifest.json

* rename screenshots
vanilla_orig
anumithaapollo12 4 years ago
parent
commit
34761200bf
No account linked to committer's email address

+ 33
- 1
public/manifest.json View File

@@ -39,5 +39,37 @@
39 39
         }
40 40
       ]
41 41
     }
42
-  }
42
+  },
43
+  "screenshots": [
44
+    {
45
+      "src": "/screenshots/virtual-whiteboard.png",
46
+      "type": "image/png",
47
+      "sizes": "462x945"
48
+    },
49
+    {
50
+      "src": "/screenshots/wireframe.png",
51
+      "type": "image/png",
52
+      "sizes": "462x945"
53
+    },
54
+    {
55
+      "src": "/screenshots/illustration.png",
56
+      "type": "image/png",
57
+      "sizes": "462x945"
58
+    },
59
+    {
60
+      "src": "/screenshots/shapes.png",
61
+      "type": "image/png",
62
+      "sizes": "462x945"
63
+    },
64
+    {
65
+      "src": "/screenshots/collaboration.png",
66
+      "type": "image/png",
67
+      "sizes": "462x945"
68
+    },
69
+    {
70
+      "src": "/screenshots/export.png",
71
+      "type": "image/png",
72
+      "sizes": "462x945"
73
+    }
74
+  ]
43 75
 }

BIN
public/screenshots/collaboration.png View File


BIN
public/screenshots/export.png View File


BIN
public/screenshots/illustration.png View File


BIN
public/screenshots/shapes.png View File


BIN
public/screenshots/virtual-whiteboard.png View File


BIN
public/screenshots/wireframe.png View File


Loading…
Cancel
Save