dispatch/client/public/manifest.json

22 lines
382 B
JSON

{
"short_name": "Dispatch",
"name": "Dispatch",
"icons": [
{
"src": "icon_192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "icon_512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "/",
"background_color": "#f0f0f0",
"display": "standalone",
"scope": "/",
"theme_color": "#f0f0f0"
}