{
  "short_name": "Pacman",
  "name": "Pac-Man Game",
  "description": "Pac-Man is an iconic maze video game developed by Namco that was released in May 1980 and still very popular today.",
  "icons": [
	{
	  "src": "images/pacman-game-icon-192.png",
	  "type": "image/png",
	  "sizes": "192x192"
	},
  {
    "src": "images/pacman-game-icon-512.png",
    "type": "image/png",
    "sizes": "512x512"
  }
  ],
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "background_color": "#000000",
  "theme_color": "#000000",
  "display": "fullscreen",
  "orientation": "portrait"
}
