mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
parent
602f32b743
commit
9953cc03b3
14 changed files with 77 additions and 0 deletions
21
public/manifest.json
Normal file
21
public/manifest.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue