add manifest to enable full screen safari

This commit is contained in:
Tom 2025-03-24 11:32:50 +00:00
parent a0ba35e937
commit 2a7f6b2ecb
2 changed files with 15 additions and 0 deletions

View File

@ -11,6 +11,8 @@
<meta name="fediverse:creator" content="@Tomhodson@tech.lgbt">
<meta property="og:type" content="website">
<link rel="manifest" href="/manifest.json">
<!-- Theme tags -->
<meta name="theme-color" content="#fcfcfc">
<link rel="icon" type="image/x-icon" href="/favicon.ico">

13
manifest.json Normal file
View File

@ -0,0 +1,13 @@
{
"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"
}
]
}