2020-02-28 16:08:15 +01:00
|
|
|
{
|
|
|
|
"short_name": "Excalidraw",
|
|
|
|
"name": "Excalidraw",
|
|
|
|
"description": "Excalidraw is a whiteboard tool that lets you easily sketch diagrams that have a hand-drawn feel to them.",
|
|
|
|
"icons": [
|
|
|
|
{
|
|
|
|
"src": "logo-180x180.png",
|
|
|
|
"sizes": "180x180",
|
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "apple-touch-icon.png",
|
|
|
|
"type": "image/png",
|
|
|
|
"sizes": "256x256"
|
|
|
|
}
|
|
|
|
],
|
2020-09-22 15:21:22 +02:00
|
|
|
"start_url": "/",
|
2020-02-28 16:08:15 +01:00
|
|
|
"display": "standalone",
|
|
|
|
"theme_color": "#000000",
|
2020-06-08 13:02:06 +02:00
|
|
|
"background_color": "#ffffff",
|
|
|
|
"file_handlers": [
|
|
|
|
{
|
|
|
|
"action": "/",
|
|
|
|
"accept": {
|
|
|
|
"application/vnd.excalidraw+json": [".excalidraw"]
|
|
|
|
}
|
|
|
|
}
|
2020-12-14 16:25:48 +01:00
|
|
|
],
|
2021-03-13 22:42:54 +01:00
|
|
|
"share_target": {
|
|
|
|
"action": "/web-share-target",
|
|
|
|
"method": "POST",
|
|
|
|
"enctype": "multipart/form-data",
|
|
|
|
"params": {
|
|
|
|
"files": [
|
|
|
|
{
|
|
|
|
"name": "file",
|
|
|
|
"accept": ["application/vnd.excalidraw+json", "application/json", ".excalidraw"]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2021-04-06 19:32:58 +02:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
]
|
2020-02-28 16:08:15 +01:00
|
|
|
}
|