{
	"name": "MetaPixels - Online pixeling App",
	"short_name": "MetaPixels",
	"description": "Progressive Web App that lists games submitted to the A-Frame category in the js13kGames 2017 competition.",
	"icons": [
	  {
		"src": "./img/favicon/favicon-32x32.png",
		"sizes": "32x32",
		"type": "image/png"
	  },
	  {
		"src": "./img/favicon/android-chrome-512x512.png",
		"sizes": "512x512",
		"type": "image/png"
	  }
	],
	"start_url": "./index.html",
	"display": "fullscreen",
	"theme_color": "#B12A34",
	"background_color": "#B12A34"
  }
