{
"name": "HTML Online Viewer",
"short_name": "HTML Viewer",
"description": "Free HTML Online Viewer – Preview, test and render HTML, CSS and JavaScript code instantly in your browser.",
"start_url": "/?source=pwa",
"scope": "/",
"display": "standalone",
"orientation": "any",
"background_color": "#eef2ff",
"theme_color": "#1a56db",
"lang": "en",
"dir": "ltr",
"categories": ["developer", "utilities", "productivity"],
"icons": [
{ "src": "/favicon-16x16.png", "sizes": "16x16", "type": "image/png" },
{ "src": "/favicon-32x32.png", "sizes": "32x32", "type": "image/png" },
{ "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
{ "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" },
{ "src": "/apple-touch-icon.png", "sizes": "180x180", "type": "image/png" }
],
"shortcuts": [
{
"name": "New HTML File",
"short_name": "New",
"description": "Open a blank HTML editor",
"url": "/?new=1",
"icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
}
],
"prefer_related_applications": false
}