anything-vs-anything/public/manifest.json
2025-07-03 00:27:11 +08:00

21 lines
488 B
JSON

{
"name": "Anything vs Anything - AI Comparison Tool",
"short_name": "Anything vs Anything",
"description": "Compare any two things with AI-powered analysis",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#3B82F6",
"icons": [
{
"src": "/favicon.ico",
"sizes": "48x48",
"type": "image/x-icon"
},
{
"src": "/apple-touch-icon.png",
"sizes": "180x180",
"type": "image/png"
}
]
}