{
	"name": "Rendezvous",
	"short_name": "Rendezvous",
	"description": "Create stunning event pages, manage guest lists, and track RSVPs. The modern way to host memorable events.",
	"start_url": "/",
	"display": "standalone",
	"orientation": "portrait-primary",
	"background_color": "#F4F6F8",
	"theme_color": "#7C00FE",
	"categories": ["social", "lifestyle", "productivity"],
	"icons": [
		{
			"src": "/icons/icon-192x192.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/icons/icon-192x192-maskable.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "maskable"
		},
		{
			"src": "/icons/icon-512x512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/icons/icon-512x512-maskable.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "maskable"
		},
		{
			"src": "/icons/apple-touch-icon.png",
			"sizes": "180x180",
			"type": "image/png",
			"purpose": "any"
		}
	],
	"shortcuts": [
		{
			"name": "Create Event",
			"short_name": "Create",
			"description": "Start creating a new event",
			"url": "/events/new",
			"icons": [
				{
					"src": "/icons/icon-192x192.png",
					"sizes": "192x192",
					"type": "image/png"
				}
			]
		},
		{
			"name": "My Events",
			"short_name": "Events",
			"description": "View your events",
			"url": "/events",
			"icons": [
				{
					"src": "/icons/icon-192x192.png",
					"sizes": "192x192",
					"type": "image/png"
				}
			]
		},
		{
			"name": "Notifications",
			"short_name": "Notifications",
			"description": "View your notifications",
			"url": "/notifications",
			"icons": [
				{
					"src": "/icons/icon-192x192.png",
					"sizes": "192x192",
					"type": "image/png"
				}
			]
		}
	],
	"screenshots": [
		{
			"src": "/icons/icon-512x512.png",
			"sizes": "512x512",
			"type": "image/png",
			"form_factor": "narrow",
			"label": "Rendezvous Event Management"
		}
	],
	"prefer_related_applications": false
}
