shiloh-echo/manifest.json
Tony M a79b874a7e Add web manifest for PWA installability
Add manifest.json with theme color, icons, and app metadata.
Linked from both index.html and schedule.html.
2026-07-04 11:33:41 -07:00

28 lines
756 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "Shiloh Echo '26 — Christian Family Retreat",
"short_name": "Shiloh Echo",
"description": "3-day Christian family retreat in North Idaho, Sept 1113, 2026.",
"start_url": "/",
"display": "standalone",
"background_color": "#fff5ec",
"theme_color": "#1a3a2e",
"icons": [
{
"src": "https://cdn.lasthourhosting.org/assets/favicon.ico",
"sizes": "any",
"type": "image/x-icon"
},
{
"src": "https://cdn.lasthourhosting.org/assets/web-header.webp",
"sizes": "192x192",
"type": "image/webp",
"purpose": "any"
},
{
"src": "https://cdn.lasthourhosting.org/assets/web-header.webp",
"sizes": "512x512",
"type": "image/webp",
"purpose": "any"
}
]
}