Spaces:
Configuration error
Configuration error
| { | |
| "short_name": "Marimo", | |
| "name": "A Marimo App", | |
| "icons": [ | |
| { | |
| "src": "favicon.ico", | |
| "sizes": "48x48", | |
| "type": "image/x-icon" | |
| }, | |
| { | |
| "src": "android-chrome-192x192.png", | |
| "type": "image/png", | |
| "sizes": "192x192" | |
| }, | |
| { | |
| "src": "android-chrome-512x512.png", | |
| "type": "image/png", | |
| "sizes": "512x512" | |
| } | |
| ], | |
| "start_url": ".", | |
| "display": "standalone", | |
| "theme_color": "#000000", | |
| "background_color": "#ffffff" | |
| } | |