Files
dashboard/frontend/public/manifest.json
Hawk f50380313e
All checks were successful
SimcoDash/simcompanies-dashboard/pipeline/head This commit looks good
fixes icon issue
2020-05-29 20:30:08 +02:00

26 lines
667 B
JSON

{
"short_name": "SC Dashboard",
"name": "Sim Companies Dashboard",
"icons": [{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "android-icon-192x192.png",
"sizes": "192x192",
"type": "image/png",
"density": "4.0"
},
{
"src": "android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png",
"density": "4.0"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#0B1929",
"background_color": "#0B1929"
}