cpred/assets/manifest.json.html
Florian Weber a83f2c39fd
All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 5m41s
Update theme color in manifest for improved visual consistency
2025-03-20 13:29:44 +01:00

26 lines
507 B
HTML

---
permalink: /assets/manifest.json
---
{
"name": "{{ site.title }}",
"short_name": "CPRED",
"start_url": "{{ "/" | relative_url }}",
"display": "standalone",
"background_color": "#f8ef02",
"theme_color": "#000000",
"icons": [
{
"src": "{{ "/assets/img/icon-192.png" | relative_url }}",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "{{ "/assets/img/icon-512.png" | relative_url }}",
"sizes": "512x512",
"type": "image/png"
}
]
}