feat: add icon

This commit is contained in:
2026-03-25 11:14:55 +08:00
parent 64e92c769d
commit e1f8dac74d
3 changed files with 49 additions and 0 deletions

17
public/site.webmanifest Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "TexPixel - AI Math Formula Recognition",
"short_name": "TexPixel",
"description": "Free AI-powered math formula recognition tool. Convert handwritten or printed math formulas to LaTeX, MathML, and Markdown.",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#6366f1",
"icons": [
{
"src": "/texpixel-icon-1024.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any maskable"
}
]
}