tldraw/apps/www/public/manifest.json

36 lines
771 B
JSON
Raw Normal View History

2021-09-04 11:26:46 +00:00
{
"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"
}
],
2021-11-05 21:14:12 +00:00
"theme_color": "#ffffff",
"background_color": "#ffffff",
2021-11-17 20:34:54 +00:00
"start_url": "/",
2021-09-04 11:26:46 +00:00
"display": "standalone",
"orientation": "portrait"
2021-11-17 20:34:54 +00:00
}