| 1234567891011121314151617181920212223242526272829303132333435 |
- {
- "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": "#ffffff",
- "background_color": "#ffffff",
- "start_url": "/",
- "display": "standalone",
- "orientation": "portrait"
- }
|