{
	"name": "Hub",
	"short_name": "Hub",
	"description": "Mobile client for the Hub personal AI system",
	"id": "/",
	"start_url": "/",
	"scope": "/",
	"display": "standalone",
	"orientation": "portrait",
	"background_color": "#f7f6f4",
	"theme_color": "#f7f6f4",
	"categories": ["productivity", "utilities"],
	"icons": [
		{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
		{ "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
		{
			"src": "/icons/icon-maskable-512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "maskable"
		}
	],
	"shortcuts": [
		{ "name": "Runs", "url": "/runs", "description": "Recent workflow runs" },
		{ "name": "Assistants", "url": "/assistants", "description": "Your assistants" }
	]
}
