Files
openchamber/packages/web/public/site.webmanifest
T

49 lines
1.1 KiB
JSON
Raw Normal View History

2025-12-07 19:32:53 +02:00
{
"name": "OpenChamber - AI Coding Companion",
"short_name": "OpenChamber",
"description": "OpenChamber desktop companion for the OpenCode AI coding agent",
"start_url": "/",
"display": "standalone",
"background_color": "#151313",
"theme_color": "#edb449",
"orientation": "portrait-primary",
"icons": [
{
2026-02-03 21:38:57 -03:00
"src": "/logo-dark-512x512.svg",
2025-12-21 22:59:06 +02:00
"sizes": "512x512",
2025-12-07 19:32:53 +02:00
"type": "image/svg+xml",
2026-02-03 21:38:57 -03:00
"purpose": "any"
},
{
"src": "/logo-dark-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
2025-12-07 19:32:53 +02:00
},
{
2025-12-21 22:59:06 +02:00
"src": "/apple-touch-icon-180x180.png",
"sizes": "180x180",
"type": "image/png",
"purpose": "any"
2025-12-07 19:32:53 +02:00
},
{
2025-12-21 22:59:06 +02:00
"src": "/apple-touch-icon-152x152.png",
"sizes": "152x152",
"type": "image/png",
"purpose": "any"
2025-12-07 19:32:53 +02:00
},
{
"src": "/favicon-32.png",
"sizes": "32x32",
"type": "image/png"
2025-12-21 22:59:06 +02:00
},
{
"src": "/favicon-16.png",
"sizes": "16x16",
"type": "image/png"
2025-12-07 19:32:53 +02:00
}
],
"categories": ["developer", "tools", "productivity"],
"lang": "en"
}