{
	"short_name": "HexEd.it",
	"name": "HexEd.it",
	"description": "HexEd.it is a free hex editor for Windows, MacOS, Linux and all other modern operating systems, which uses HTML5 and JavaScript (JS) technology to enable hexediting everywhere.",
	"categories": [
		"education",
		"productivity",
		"security",
		"utilities"
	],
	"background_color": "#eeeeee",
	"theme_color": "#27272e",
	"icons": [
		{
			"src": "img/logo.png",
			"sizes": "512x512",
			"type": "image/png"
		},
		{
			"src": "img/logo.svg",
			"sizes": "1000x1100",
			"type": "image/svg+xml"
		},
		{
			"src": "img/maskable-logo.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "maskable"
		}
	],
	"start_url": "/",
	"display": "standalone",
	"orientation": "any",
    "screenshots": [
        {
            "src": "img/screenshot-lightmode.png",
            "sizes": "1360x850",
            "type": "image/png"
        },
        {
            "src": "img/screenshot-darkmode.png",
            "sizes": "1360x850",
            "type": "image/png"
        },
        {
            "src": "img/screenshot-contextmenu.png",
            "sizes": "1360x850",
            "type": "image/png"
        },
        {
            "src": "img/screenshot-histogram.png",
            "sizes": "1360x850",
            "type": "image/png"
        },
        {
            "src": "img/screenshot-settings.png",
            "sizes": "1360x850",
            "type": "image/png"
        },
        {
            "src": "img/screenshot-mobile.png",
            "sizes": "380x675",
            "type": "image/png"
        }
    ]
}
