{
	"id": "/mobile",
	"name": "eVA Mobile",
	"short_name": "eVA",
	"description": "Mobile chat and meeting capture for eVA",
	"start_url": "/mobile",
	"scope": "/",
	"display": "standalone",
	"background_color": "#090b11",
	"theme_color": "#818cf8",
	"orientation": "portrait",
	"share_target": {
		"action": "/api/meetings/share-ingest",
		"method": "POST",
		"enctype": "multipart/form-data",
		"params": {
			"title": "title",
			"text": "text",
			"url": "url",
			"files": [
				{
					"name": "audio",
					"accept": ["audio/*", ".m4a", ".mp3", ".wav", ".webm", ".mp4"]
				}
			]
		}
	},
	"icons": [
		{
			"src": "/icon-192.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "any maskable"
		},
		{
			"src": "/icon-512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "any maskable"
		}
	],
	"screenshots": [
		{
			"src": "/screenshot-mobile.png",
			"sizes": "720x1280",
			"type": "image/png",
			"form_factor": "narrow"
		}
	]
}
