mirror of
https://github.com/excalidraw/excalidraw.git
synced 2024-11-10 11:35:52 +01:00
7c3e1d8d1b
See https://github.com/WICG/sw-launch/blob/master/declarative_link_capturing.md#user-content-proposal:~:text=new_client,-%E2%80%9D%20%E2%80%94 for context.
31 lines
685 B
JSON
31 lines
685 B
JSON
{
|
|
"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"]
|
|
}
|
|
}
|
|
],
|
|
"capture_links": "new_client"
|
|
}
|