Files
binary-tools/public/manifest.webmanifest
2026-09-01 13:04:49 +02:00

19 lines
410 B
JSON

{
"name": "Binary Tools",
"short_name": "Binary",
"description": "Convert, inspect and decode binary data locally in the browser.",
"start_url": "./",
"scope": "./",
"display": "standalone",
"background_color": "#f6f7fb",
"theme_color": "#29255f",
"icons": [
{
"src": "./favicon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any maskable"
}
]
}