{
	"name": "mur\u00b2",
	"short_name": "mur\u00b2",
	"description": "Audio transcription powered by Whisper",
	"start_url": "/",
	"display": "standalone",
	"background_color": "#E4E7EC",
	"theme_color": "#E4E7EC",
	"icons": [
		{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" },
		{ "src": "/icon-512.png", "sizes": "512x512", "type": "image/png" }
	],
	"share_target": {
		"action": "/?share-target",
		"method": "POST",
		"enctype": "multipart/form-data",
		"params": {
			"files": [
				{
					"name": "audio",
					"accept": ["audio/*", "video/*", ".m4a", ".mp3", ".wav", ".ogg", ".webm", ".flac", ".mp4"]
				}
			]
		}
	}
}
