{
	"version": "2.0.0",
	"name": "Tomatillo Timer",
	"short_name": "Tomatillo Timer",
	"description": "Highly-configurable pomodoro timer that syncs YouTube or Spotify music to your study sessions",
	"start_url": "/",
	"scope": "/",
	"display": "standalone",
	"orientation": "portrait-primary",
	"theme_color": "#13171f",
	"background_color": "#13171f",
	"lang": "en",
	"dir": "ltr",
	"categories": ["productivity"],
	"icons": [
		{
			"src": "/192x192-dark.png",
			"sizes": "192x192",
			"type": "image/png"
		},
		{
			"src": "/512x512-dark.png",
			"sizes": "512x512",
			"type": "image/png"
		},
		{
			"src": "/512x512-dark.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "any maskable"
		}
	],
	"prefer_related_applications": false,
	"edge_side_panel": {
		"preferred_width": 400
	}
}
