{
	"short_name": "CreditNest",
	"name": "CreditNest",
	"icons": [
	  {
		"src": "/assets/creditnest_icon.png",
		"type": "image/png",
		"sizes": "512x512"
	  }
	],
	"start_url": "https://app.creditnest.ca/",
	"background_color": "#ffffff",
	"display": "standalone",
	"scope": "https://app.creditnest.ca/",
	"theme_color": "#3451c1",
	"description": "Track your credit profile, take steps toward establishing credit, and discover tools that may support your financial journey — all in one secure platform.",
	"id": "com.creditnest.creditnest",
	"handle_links": "preferred",
	"scope_extensions": [
    	{
			"origin": "https://app.leadscout.ca"
		}
  	],
	"categories": ["finance", "productivity"],
	"shortcuts": [
		{
			"name": "Request a loan now",
			"url": "/apply",
			"description": "Request a loan now"
		}
	],
	"prefer_related_applications": true,
	"related_applications": [
		{
			"platform": "play",
			"url": "https://play.google.com/store/apps/details?id=com.creditnest.creditnest",
			"id": "com.creditnest.creditnest"
		}
	],
	"display_override": [
		"window-controls-overlay",
		"standalone",
		"browser",
		"tabbed"
	],
	"orientation": "portrait",
	"lang": "en",
	"dir": "ltr",
	"edge_side_panel": {
		"preferred_width": 480
	},
	"screenshots": [
		{
			"src": "/assets/creditnest_screenshot.png",
			"type": "image/png"
		}
	]
}