{
	"name": "I Said I'd",
	"short_name": "iSaidId",
	"description": "Capture before you forget — voice notes and text, synced across devices",
	"start_url": "/capture",
	"display": "standalone",
	"background_color": "#0a0a0f",
	"theme_color": "#8b5cf6",
	"orientation": "portrait",
	"icons": [
		{
			"src": "/icons/icon-192.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "any maskable"
		},
		{
			"src": "/icons/icon-512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "any maskable"
		}
	],
	"categories": ["productivity", "utilities"],
	"screenshots": [],
	"shortcuts": [
		{
			"name": "Quick Capture",
			"url": "/capture",
			"icons": [{"src": "/icons/icon-192.png", "sizes": "192x192"}]
		},
		{
			"name": "Dashboard",
			"url": "/",
			"icons": [{"src": "/icons/icon-192.png", "sizes": "192x192"}]
		}
	]
}
