{
	"name": "Fuzz Pink",
	"short_name": "FuzzPink",
	"start_url": "/",
	"description": "alpha-0.0.1 of life simulator game. This is a work in progress that shows a 2D rendering of a casino game.",
	"display_override": ["window-controls-overlay", "fullscreen", "standalone", "minimal-ui", "browser"],
	"display": "fullscreen",
	"id": "?version=alpha-0.0.1",
	"orientation": "any",
	"background_color": "#000000",
    "theme_color": "#f64a8a",
	"icons": [
		{
			"src": "pwa_192.png",
			"sizes": "192x192",
		     "type": "image/png"
		},
		{
			"src": "pwa_512.png",
			"sizes": "512x512",
		     "type": "image/png"
		}
	],
	 "categories": [
        "games",
        "entertainment",
        "utilities"
    ],
	  "protocol_handlers": [
    {
      "protocol": "web+fuzzpink",
      "url": "/p?i=%s"
    }
  ],
      "share_target": {
        "action": "/?utm_medium=PWA&utm_source=share-target&share-target",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "files": [
                {
                    "name": "file",
                    "accept": [
                        "image/*"
                    ]
                }
            ]
        }
    }
}