personal_site/manifest.json

14 lines
257 B
JSON

{
"name": "Tom Hodson's Website",
"short_name": "Tom's Site",
"start_url": "https://thomashodson.com/",
"display": "standalone",
"icons": [
{
"src": "apple-touch-icon.png",
"sizes": "512x512",
"type": "image/png"
}
]
}