Files
website/static/manifest.webmanifest
T
Rémy Léone 9c864c965b Add a Progressive Web App manifest
Add a valid apple-touch-icon link in header
Co-Authored-By: Tim Bannister <tim@scalefactory.com>
2020-04-06 11:59:47 +02:00

23 lines
542 B
JSON

{
"short_name": "Kubernetes",
"name": "Kubernetes",
"description": "An open-source system for automating deployment, scaling, and management of containerized applications",
"icons": [
{
"src": "/images/kubernetes-192x192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "/images/kubernetes-512x512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "/",
"background_color": "#326ce5",
"display": "browser",
"scope": "/",
"theme_color": "#326ce5"
}