Files
helper-tools/public/manifest.webmanifest
2026-09-01 02:33:45 +02:00

19 lines
409 B
JSON

{
"name": "Helper Tools",
"short_name": "Helpers",
"description": "Encode, convert, inspect and calculate common values locally.",
"start_url": "./",
"scope": "./",
"display": "standalone",
"background_color": "#f6f7fb",
"theme_color": "#24324a",
"icons": [
{
"src": "./favicon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any maskable"
}
]
}