Browse Source

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

* feat: Add screenshots to manifest.json

* rename screenshots
pull/3417/head
anumithaapollo12 5 years ago committed by GitHub
parent
commit
34761200bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 34
      public/manifest.json
  2. BIN
      public/screenshots/collaboration.png
  3. BIN
      public/screenshots/export.png
  4. BIN
      public/screenshots/illustration.png
  5. BIN
      public/screenshots/shapes.png
  6. BIN
      public/screenshots/virtual-whiteboard.png
  7. BIN
      public/screenshots/wireframe.png

34
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

BIN
public/screenshots/export.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

BIN
public/screenshots/illustration.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

BIN
public/screenshots/shapes.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

BIN
public/screenshots/virtual-whiteboard.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

BIN
public/screenshots/wireframe.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Loading…
Cancel
Save