{
  "name": "Island Hopper (Beta)",
  "short_name": "Island Hopper",
  "lang": "en-CA",
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#184983",
  "background_color": "#edecec",
  "icons": [
	{
	  "icons": [
		{ "src": "{{ url_for('static', filename='icon-192.png') }}", "type": "image/png", "sizes": "192x192" },
		{ "src": "{{ url_for('static', filename='icon-512.png') }}", "type": "image/png", "sizes": "512x512" }
	  ]
	}
  ]
}


