38 lines
845 B
Text
38 lines
845 B
Text
|
{
|
||
|
"name": "tldraw",
|
||
|
"short_name": "tldraw",
|
||
|
"start_url": "/",
|
||
|
"display": "standalone",
|
||
|
"background_color": "#ffffff",
|
||
|
"lang": "en",
|
||
|
"scope": "/",
|
||
|
"description": "a very good free whiteboard",
|
||
|
"icons": [
|
||
|
{
|
||
|
"src": "/android-chrome-512x512.png",
|
||
|
"sizes": "512x512",
|
||
|
"type": "image/png",
|
||
|
"purpose": "any"
|
||
|
},
|
||
|
{
|
||
|
"src": "/android-chrome-maskable-512x512.png",
|
||
|
"sizes": "512x512",
|
||
|
"type": "image/png",
|
||
|
"purpose": "any maskable"
|
||
|
},
|
||
|
{
|
||
|
"src": "/android-chrome-192x192.png",
|
||
|
"sizes": "192x192",
|
||
|
"type": "image/png",
|
||
|
"purpose": "any"
|
||
|
},
|
||
|
{
|
||
|
"src": "/android-chrome-maskable-192x192.png",
|
||
|
"sizes": "192x192",
|
||
|
"type": "image/png",
|
||
|
"purpose": "any maskable"
|
||
|
}
|
||
|
],
|
||
|
"theme_color": "#ffffff",
|
||
|
"orientation": "any"
|
||
|
}
|