mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
add manifest to enable full screen safari
This commit is contained in:
parent
a0ba35e937
commit
2a7f6b2ecb
@ -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
13
manifest.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user