
- Add comprehensive PWA configuration with manifest, service worker, and meta tags - Replace Android APK download with cross-platform PWA installation - Fix church address to include PO BOX information from API - Update contact page and footer to properly display multi-line addresses - Enable native app-like experience on all platforms without app store requirements
63 lines
1.4 KiB
JSON
63 lines
1.4 KiB
JSON
{
|
|
"name": "Rockville Tolland SDA Church",
|
|
"short_name": "RTSDA Church",
|
|
"description": "Official website and app for Rockville Tolland Seventh-day Adventist Church",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#1a1a1a",
|
|
"theme_color": "#d4af37",
|
|
"orientation": "portrait-primary",
|
|
"categories": ["religion", "lifestyle", "education"],
|
|
"lang": "en-US",
|
|
"scope": "/",
|
|
"icons": [
|
|
{
|
|
"src": "/favicon.svg",
|
|
"sizes": "72x72",
|
|
"type": "image/svg+xml",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/favicon.svg",
|
|
"sizes": "96x96",
|
|
"type": "image/svg+xml",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/favicon.svg",
|
|
"sizes": "128x128",
|
|
"type": "image/svg+xml",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/favicon.svg",
|
|
"sizes": "144x144",
|
|
"type": "image/svg+xml",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/favicon.svg",
|
|
"sizes": "152x152",
|
|
"type": "image/svg+xml",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/favicon.svg",
|
|
"sizes": "192x192",
|
|
"type": "image/svg+xml",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "/favicon.svg",
|
|
"sizes": "384x384",
|
|
"type": "image/svg+xml",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/favicon.svg",
|
|
"sizes": "512x512",
|
|
"type": "image/svg+xml",
|
|
"purpose": "any maskable"
|
|
}
|
|
]
|
|
} |