Files
ccn/Services/Website/Resources/Static/site.webmanifest
T
javier 6bdc127057 Improvements to Icons for the Website service (#21)
Reviewed-on: rock-n-code/loud-amsterdam#21
Co-authored-by: Javier Cicchelli <javier@rock-n-code.com>
Co-committed-by: Javier Cicchelli <javier@rock-n-code.com>
2026-07-19 03:35:50 +00:00

17 lines
317 B
JSON

{
"short_name": "",
"name": "",
"icons": [{
"src": "icon-192.png",
"type": "image/png",
"sizes": "192x192"
}, {
"src": "icon-512.png",
"type": "image/png",
"sizes": "512x512"
}],
"start_url": "/?utm_source=homescreen",
"background_color": "#fafafa",
"theme_color": "#fafafa"
}