frontend/soundboard/manifest.json
2023-12-30 20:32:35 -05:00

16 lines
293 B
JSON

{
"name": "Soundboard",
"short_name": "Soundboard",
"icons": [
{
"src": "img/mlg-favicon.png",
"sizes": "192x192",
"type": "image/png"
}
],
"start_url": "/index.html",
"display": "standalone",
"theme_color": "#00FF00",
"background_color": "#FFFFFF"
}