Tldraw/public/manifest.json

22 wiersze
421 B
JSON
Czysty Zwykły widok Historia

2021-06-11 12:37:09 +00:00
{
"name": "tldraw",
"short_name": "tldraw",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#FFFFFF",
"background_color": "#FFFFFF",
"start_url": "/",
"display": "minimal-ui",
"orientation": "portrait"
}