diff --git a/_includes/default_head_tags.html b/_includes/default_head_tags.html index 24a32af..205dca1 100644 --- a/_includes/default_head_tags.html +++ b/_includes/default_head_tags.html @@ -11,6 +11,8 @@ + + diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..63815b6 --- /dev/null +++ b/manifest.json @@ -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" + } + ] +}