{
    "name": "Dolphin Dash",
    "short_name": "DolphinDash",
    "start_url": "./index.html",
    "display": "fullscreen",
    "background_color": "#001f3f",
    "theme_color": "#00f2fe",
    "orientation": "portrait",
    "icons": [
	  {
      "src": "icon.svg",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
  },
        {
            "src": "icon512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}