{
  "name": "Europlan",
  "short_name": "Europlan",
  "start_url": "/",
  "display": "standalone",
  "background_color" : "#0F4061",
  "theme_color": "#0F4061",
  "scope": "/",
  "description": "Groundhopping, Stadien und mehr.",
  "orientation": "portrait-primary",
  "icons": [{
    "src": "/img/icon.png",
    "sizes": "48x48 72x72 96x96 144x144 168x168 192x192",
    "type": "image/png"
  }, {
    "src": "/img/europlan_512x512.png",
    "sizes": "512x512",
    "type": "image/png"
  }],
	"shortcuts": [
		{
		  "name": "Groundliste",
		  "description": "Meine gekreuzten Grounds.",
		  "url": "/index.php?s=groundliste"
		},
		{
		  "name": "Umkreissuche",
		  "description": "Umkreissuche",
		  "url": "/index.php?s=umkreissuche"
		}
	  ]  
}