{
  "manifest_version": "1.0",
  "version": "1.0",
  "theme_color": "#0f0f0f",
  "background_color": "#0f0f0f",
  "display": "standalone",

  "scope": "/vr/kyotei/web",
  "start_url": "/vr/kyotei/web",
  "name": "BoatRace",
  "short_name": "BoatRace",

  "description": "Boat Racer 2026",
  "orientation": "any",

  "icons": [
	{
		"src": "./apple-touch-icon_180x180.png",
		"sizes": "180x180",
		"type": "image/png"
	},
    {
      "src": "./android_favicon_192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    }
  ]

}
