Skip to content
Snippets Groups Projects
site.webmanifest 700 B
Newer Older
Louis's avatar
Louis committed
{
	"short_name": "Snails",
	"name": "Snails",
	"description": "Snails are your friends, they make good choices for you. Song is 'Just a snail' by Crywank.",
	"orientation": "landscape",
	"url": "https://snailrace.app",
	"display": "minimal-ui",
	"icons": [
		{
			"src": "/icon.svg",
			"type": "text/svg",
			"sizes": "all"
		},
		{
			"src": "/icon.png",
			"type": "image/png",
			"sizes": "192x192"
		}
	],
	"shortcuts": [
		{
			"name": "Coin Toss",
			"short_name": "Coin",
			"description": "Race two snails to determine the outcome of a coin toss.",
			"url": "/?preset=Heads,Tails"
		}
	],
	"start_url": "/?utm_source=homescreen",
	"background_color": "#fafafa",
	"theme_color": "#dfbbda"
}