Ver Fonte

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

* feat: Add screenshots to manifest.json

* rename screenshots
anumithaapollo12 há 4 anos atrás
pai
commit
34761200bf

+ 33 - 1
public/manifest.json

@@ -39,5 +39,37 @@
         }
       ]
     }
-  }
+  },
+  "screenshots": [
+    {
+      "src": "/screenshots/virtual-whiteboard.png",
+      "type": "image/png",
+      "sizes": "462x945"
+    },
+    {
+      "src": "/screenshots/wireframe.png",
+      "type": "image/png",
+      "sizes": "462x945"
+    },
+    {
+      "src": "/screenshots/illustration.png",
+      "type": "image/png",
+      "sizes": "462x945"
+    },
+    {
+      "src": "/screenshots/shapes.png",
+      "type": "image/png",
+      "sizes": "462x945"
+    },
+    {
+      "src": "/screenshots/collaboration.png",
+      "type": "image/png",
+      "sizes": "462x945"
+    },
+    {
+      "src": "/screenshots/export.png",
+      "type": "image/png",
+      "sizes": "462x945"
+    }
+  ]
 }

BIN
public/screenshots/collaboration.png


BIN
public/screenshots/export.png


BIN
public/screenshots/illustration.png


BIN
public/screenshots/shapes.png


BIN
public/screenshots/virtual-whiteboard.png


BIN
public/screenshots/wireframe.png