{
	"name": "HOAResidents.com",
	"short_name": "HOAResidents",
	"description": "HOA resident portal — announcements, message board, documents, violations, and community tools.",
	"start_url": "/",
	"scope": "/",
	"id": "/",
	"display": "standalone",
	"orientation": "portrait-primary",
	"theme_color": "#1c1917",
	"background_color": "#fafaf9",
	"categories": ["lifestyle", "productivity"],
	"icons": [
		{
			"src": "/images/pwa/icon-192.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/images/pwa/icon-512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/images/pwa/icon-maskable-512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "maskable"
		}
	],
	"screenshots": [
		{
			"src": "/images/pwa/screenshot-wide-hoa.png",
			"sizes": "1280x720",
			"type": "image/png",
			"form_factor": "wide",
			"label": "HOAResidents community home"
		},
		{
			"src": "/images/pwa/screenshot-narrow-hoa.png",
			"sizes": "1080x1920",
			"type": "image/png",
			"form_factor": "narrow",
			"label": "HOAResidents on mobile"
		}
	],
	"shortcuts": [
		{
			"name": "Open HOAResidents",
			"short_name": "Home",
			"description": "Open your HOA dashboard",
			"url": "/",
			"icons": [
				{
					"src": "/images/pwa/icon-192.png",
					"sizes": "192x192",
					"type": "image/png"
				}
			]
		}
	]
}
