{
	"name": "AI Codex",
	"short_name": "Codex",
	"description": "AI Codex — a modern, offline-first PWA for exploring AI & Claude development notes.",
	"start_url": "./index.html",
	"scope": "./",
	"display": "standalone",
	"orientation": "any",
	"background_color": "#1c1917",
	"theme_color": "#c07840",
	"icons": [
		{
			"src": "./icons/icon-192.svg",
			"sizes": "192x192",
			"type": "image/svg+xml",
			"purpose": "any"
		},
		{
			"src": "./icons/icon-512.svg",
			"sizes": "512x512",
			"type": "image/svg+xml",
			"purpose": "maskable"
		}
	]
}
