{
	"id": "/",
	"name": "Toolbox",
	"short_name": "Toolbox",
	"description": "A collection of free everyday utilities for web developers, web designers, content editors, and digital marketers.",
	"start_url": "/",
	"scope": "/",
	"display": "standalone",
	"display_override": [
		"window-controls-overlay",
		"standalone",
		"browser"
	],
	"orientation": "any",
	"lang": "en-US",
	"dir": "ltr",
	"background_color": "#000000",
	"theme_color": "#00bcd4",
	"categories": [
		"developer",
		"productivity",
		"utilities"
	],
	"launch_handler": {
		"client_mode": "focus-existing"
	},
	"icons": [
		{
			"src": "/images/icons/icon-192.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/images/icons/icon-512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/images/icons/icon.svg",
			"sizes": "any",
			"type": "image/svg+xml",
			"purpose": "any"
		},
		{
			"src": "/images/icons/icon-maskable.svg",
			"sizes": "any",
			"type": "image/svg+xml",
			"purpose": "maskable"
		}
	],
	"developer": {
		"name": "<eat-sleep-code />",
		"websiteUrl": "https://eat-sleep-code.com",
		"privacyUrl": "https://toolbox.eat-sleep-code.com/privacy",
		"termsOfUseUrl": "https://toolbox.eat-sleep-code.com/terms-of-use"
	}
}
