Files
deepseek-harness/apps/web/public/manifest.webmanifest
2026-08-06 23:00:01 +08:00

17 lines
267 B
JSON

{
"id": "/",
"name": "DeepSeek Harness",
"short_name": "DSH",
"start_url": "/",
"scope": "/",
"display": "fullscreen",
"icons": [
{
"src": "/favicon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any"
}
]
}