{
  "short_name": "PöNG",
  "name": "PöNG",
  "description": "Play Pöng now!",
  "start_url": "./index.html?homescreen=1",
  "background_color" : "#fff" ,
  "theme_color": "#000",
  "icons": [
    {
      "src": "img/favicon-144.png",
      "sizes": "144x144",
      "type": "image/png",
	  "purpose": "maskable"
    },
	{
      "src": "img/favicon-192.png",
      "sizes": "192x192",
      "type": "image/png",
	  "purpose": "maskable"
    },
	{
      "src": "img/favicon-512.png",
      "sizes": "512x512",
      "type": "image/png",
	  "purpose": "maskable"
    }
  ],
  "display": "fullscreen",
  "orientation": "landscape"
}