{
	"name": "HACKBRAIN IDE",
	"short_name": "HACKBRAIN",
	"description": "Learn programming with MIT courses — browser-based IDE with WASM execution",
	"start_url": "/",
	"lang": "en-US",
	"display": "standalone",
	"display_override": ["window-controls-overlay"],
	"orientation": "any",
	"background_color": "#0a0a0a",
	"theme_color": "#00D4AA",
	"categories": ["education", "developer", "productivity"],
	"icons": [
		{
			"src": "hackbrain-192.svg",
			"type": "image/svg+xml",
			"sizes": "192x192",
			"purpose": "any"
		},
		{
			"src": "hackbrain-512.svg",
			"type": "image/svg+xml",
			"sizes": "512x512",
			"purpose": "any"
		},
		{
			"src": "hackbrain-maskable-192.svg",
			"type": "image/svg+xml",
			"sizes": "192x192",
			"purpose": "maskable"
		},
		{
			"src": "hackbrain-maskable-512.svg",
			"type": "image/svg+xml",
			"sizes": "512x512",
			"purpose": "maskable"
		}
	],
	"screenshots": [
		{
			"src": "screenshots/desktop-editor.svg",
			"sizes": "1280x720",
			"type": "image/svg+xml",
			"form_factor": "wide",
			"label": "HackBrain IDE — Code editor with exercise panel"
		},
		{
			"src": "screenshots/mobile-editor.svg",
			"sizes": "750x1334",
			"type": "image/svg+xml",
			"form_factor": "narrow",
			"label": "HackBrain IDE — Mobile view"
		}
	]
}
