Files
skooner/client/public/manifest.json
2021-05-01 14:15:33 -07:00

16 lines
329 B
JSON
Executable File

{
"short_name": "Skooner",
"name": "Skooner - Kubernetes Dashboard",
"icons": [
{
"src": "logo.png",
"sizes": "512x512 192x192 144x144 64x64 32x32 24x24 16x16",
"type": "image/png"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#326ce5",
"background_color": "#344055"
}