homepage/static/site.webmanifest
surtur f126cfc597
All checks were successful
continuous-integration/drone/push Build is passing
feat: add missing values to site.webmanifest
2020-10-03 13:04:09 +02:00

21 lines
479 B
JSON

{
"name": "dotya.ml",
"short_name": "dotya.ml",
"start_url":"https://dotya.ml/",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}