Tldraw/public/manifest.json

36 wiersze
771 B
JSON
Czysty Zwykły widok Historia

2021-06-11 12:37:09 +00:00
{
"name": "tldraw",
"short_name": "tldraw",
"icons": [
2021-06-18 09:02:46 +00:00
{
"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"
},
2021-06-11 12:37:09 +00:00
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
2021-06-18 09:02:46 +00:00
"type": "image/png",
"purpose": "any"
2021-06-11 12:37:09 +00:00
},
{
2021-06-18 09:02:46 +00:00
"src": "/android-chrome-maskable-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
2021-06-11 12:37:09 +00:00
}
],
2021-06-11 20:14:43 +00:00
"theme_color": "#fafafa",
"background_color": "#fafafa",
2021-06-11 12:37:09 +00:00
"start_url": "/",
2021-06-29 20:01:12 +00:00
"display": "standalone",
2021-06-11 12:37:09 +00:00
"orientation": "portrait"
2021-06-30 20:31:29 +00:00
}