logo and manifest

Signed-off-by: ale <ale@manalejandro.com>
Este commit está contenido en:
ale
2025-12-04 01:44:37 +01:00
padre 77b8f6dfc7
commit 0bae36b446
Se han modificado 5 ficheros con 59 adiciones y 2 borrados

BIN
public/logo.png Archivo normal

Archivo binario no mostrado.

Después

Anchura:  |  Altura:  |  Tamaño: 2.4 KiB

21
public/manifest.json Archivo normal
Ver fichero

@@ -0,0 +1,21 @@
{
"name": "Hasher - Hash Search & Generator",
"short_name": "Hasher",
"description": "Search for hashes or generate them from plaintext. Supports MD5, SHA1, SHA256, SHA512, and Bcrypt.",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#2563eb",
"orientation": "portrait-primary",
"icons": [
{
"src": "/logo.png",
"sizes": "80x80",
"type": "image/png",
"purpose": "any maskable"
}
],
"categories": ["utilities", "productivity"],
"lang": "en-US",
"dir": "ltr"
}