{
	"id": "/",
	"theme_color": "#ffffff",
	"background_color": "#ffffff",
	"orientation": "portrait",
	"display": "standalone",
	"display_override": ["standalone", "fullscreen", "window-controls-overlay"],
	"dir": "auto",
	"lang": "en-US",
	"description": "Welcome Home to Dominica Supporting Dominicans returning to their roots, building community and creating new opportunities.",
	"name": "Dominica Returnees Association",
	"short_name": "DRA",
	"scope": "/",
	"start_url": "/",
	"launch_handler": {
		"route_to": "existing-client",
		"navigate_existing_client": "always",
		"client_mode": ["focus-existing", "auto"]
	},
	"handle_links": "auto",
	"categories": [
	  "social",          
	  "shopping",        
	  "events",          
	  "photo",           
	  "lifestyle",       
	  "business",  
	  "travel",    
	  "education"  
	],
	"prefer_related_applications": false,
	"icons": [
	{
		"src": "/icons/web-app-manifest-144x144.png",
		"sizes": "144x144",
		"type": "image/png",
		"purpose": "any"
	},	
	{
	  "src": "/icons/web-app-manifest-192x192.png",
	  "sizes": "192x192",
	  "type": "image/png",
	  "purpose": "maskable"
	},
	{
	  "src": "/icons/web-app-manifest-512x512.png",
	  "sizes": "512x512",
	  "type": "image/png",
	  "purpose": "maskable"
	}
	],
    "screenshots": [
        {
            "src": "/icons/screenshot_wide.webp",
            "sizes": "2048x1200",
            "form_factor": "wide",
            "label": "Desktop view showing application",
            "lang": "en-US",
            "dir": "ltr"
        },
        {
            "src": "/icons/screenshot_narrow.webp",
            "sizes": "750x1334",
            "form_factor": "narrow",
            "label": "Mobile view showing application",
            "lang": "en-US",
            "dir": "ltr"
        }
    ]	
}