This commit is contained in:
Jake Kasper
2025-09-05 15:28:44 -04:00
parent 8416a9daf7
commit 0be71523a4
8 changed files with 43 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 670 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

View File

@@ -2,11 +2,16 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<!-- Favicon & brand icons -->
<!-- Use PNG favicon for broad compatibility -->
<link rel="icon" type="image/png" href="%PUBLIC_URL%/brand/logo.png" />
<!-- Precise favicon sizes -->
<link rel="icon" type="image/png" sizes="32x32" href="%PUBLIC_URL%/brand/favicon-32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="%PUBLIC_URL%/brand/favicon-16.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#059669" />
<meta name="description" content="TurfTracking - Professional lawn care management and tracking application" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/brand/apple-touch-icon.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!-- Google Fonts -->

View File

@@ -0,0 +1,20 @@
{
"short_name": "TurfTracking",
"name": "TurfTracking",
"icons": [
{
"src": "/brand/logo.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "/brand/logo.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "/",
"display": "standalone",
"theme_color": "#059669",
"background_color": "#ffffff"
}