blakerain.com/static/site.webmanifest
Blake Rain 05096de5ff
Some checks failed
check / check (push) Failing after 18s
feat: changover to using hugo
2024-06-01 01:10:49 +01:00

24 lines
506 B
JSON

{
"start": "https://www.blakerain.com/",
"name": "BlakeRain",
"description": "Personal site of Blake Rain",
"short_name": "BlakeRain",
"lang": "en-GB",
"orientation": "any",
"icons": [
{
"src": "/android-chrome-72x72.png",
"sizes": "72x72",
"type": "image/png"
},
{
"src": "/android-chrome-144x144.png",
"sizes": "144x144",
"type": "image/png"
}
],
"theme_color": "#12304E",
"background_color": "#ffffff",
"display": "standalone"
}