35 lines
771 B
JSON
35 lines
771 B
JSON
{
|
|
"name": "tldraw",
|
|
"short_name": "tldraw",
|
|
"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": "#fafafa",
|
|
"background_color": "#fafafa",
|
|
"start_url": "/",
|
|
"display": "minimal-ui",
|
|
"orientation": "portrait"
|
|
}
|