{
    "short_name": "PA Carnivals",
    "name": "PA Carnivals: Find carnivals in PA!",
    "icons": [
        {
            "src": "/icons/carn-192.png",
            "type": "image/png",
            "sizes": "192x192"
        },
        {
            "src": "/icons/carn-512.png",
            "type": "image/png",
            "sizes": "512x512"
        }
    ],
    "start_url": "./",
    "background_color": "#67c3af",
	"theme_color": "#67c3af",
    "display": "minimal-ui",
    "scope": ".",
	"shortcuts": [
		{
			"name": "Events by County",
			"short_name": "County",
			"description": "View upcoming events by county",
			"url": "/county"
		},
		{
			"name": "Events by Region",
			"short_name": "Region",
			"description": "View upcoming events by region",
			"url": "/region"
		}
	]
}