marimo-learn / _site /scripts /manifest.json
Haleshot's picture
relevant assets and workflow
1cce1df unverified
raw
history blame
490 Bytes
{
"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"
}