Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created May 13, 2023 10:16
{
"short_name": "VLMApp",
"name": "VLM Web Application",
"icons": [
{
"src": "images/icons-192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "images/icons-512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "./",
"scope": ".",
"background_color": "#3367D6",
"display": "standalone",
"theme_color": "#317EFB"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment