1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "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"
- }
- ],
- "start_url": "/",
- "display": "standalone",
- "theme_color": "#000000",
- "background_color": "#ffffff",
- "file_handlers": [
- {
- "action": "/",
- "accept": {
- "application/vnd.excalidraw+json": [".excalidraw"]
- }
- }
- ],
- "share_target": {
- "action": "/web-share-target",
- "method": "POST",
- "enctype": "multipart/form-data",
- "params": {
- "files": [
- {
- "name": "file",
- "accept": ["application/vnd.excalidraw+json", "application/json", ".excalidraw"]
- }
- ]
- }
- },
- "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"
- }
- ]
- }
|