{
	"name": "Dice Ludo",
	"short_name": "Ludo",
	"id": "/",
	"scope": "/",
	"categories": ["games", "entertainment"],
	"dir": "ltr",
	"display": "standalone",
	"display_override": ["fullscreen", "minimal-ui", "window-controls-overlay"],
	"description": "Der Brettspiel-Klassiker Dice Ludo — als App für bis zu 4 Spieler, kostenlos und offline.",
	"handle_links": "preferred",
	"start_url": "/",
	"background_color": "#ffffff",
	"theme_color": "#dfde51",
	"lang": "de",
	"orientation": "portrait",
	"launch_handler": {
		"client_mode": [ "navigate-existing", "auto" ]
	},
	"icons": [
	  {
		"src": "/assets/png/ludo.png",
		"sizes": "192x192",
		"type": "image/png"
	  },
	  {
		"src": "/assets/png/ludo.png",
		"sizes": "512x512",
		"type": "image/png"
	  }
	],
	"screenshots" : [
		{
			"src": "/assets/png/screenshot1.png",
			"sizes": "900x1600",
			"type": "image/png",
			"form_factor": "narrow"
		},
		{
			"src": "/assets/png/screenshot2.png",
			"sizes": "900x1600",
			"type": "image/png",
			"form_factor": "narrow"
		}
	],
	"related_applications": [
		{
		  "platform": "play",
		  "url": "https://play.google.com/store/apps/details?id=net.playfulmind.ludo.twa",
		  "id": "net.playfulmind.ludo.twa"
		}
	],
	"prefer_related_applications": true
}