This commit is contained in:
davegallant
2024-01-08 00:26:17 +00:00
commit 25e825eb45
244 changed files with 2288 additions and 0 deletions

19
site.webmanifest Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "hugo-theme-gruvbox",
"short_name": "hugo-theme-gruvbox",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#282828",
"background_color": "#282828",
"display": "standalone"
}