mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
19 lines
342 B
JSON
19 lines
342 B
JSON
---
|
|
layout: none
|
|
---
|
|
{
|
|
"name": "Tom Hodson's Website Badge",
|
|
"short_name": "Tom's Site Badge",
|
|
"start_url": "/badge",
|
|
"homepage_url": "https://thomashodson.com",
|
|
"display": "standalone",
|
|
"manifest_version": 3,
|
|
"icons": [
|
|
{
|
|
"src": "apple-touch-icon.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
}
|