* refactor(assets): rename logo svg files to include dimensions * feat(assets): add 192x192 png versions of logos for PWA support * fix(pwa): update static webmanifest with new logo paths and sizes * fix(pwa): update dynamic manifest generation to use new 512px and 192px icons
49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
JSON
{
|
|
"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": [
|
|
{
|
|
"src": "/logo-dark-512x512.svg",
|
|
"sizes": "512x512",
|
|
"type": "image/svg+xml",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/logo-dark-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/apple-touch-icon-180x180.png",
|
|
"sizes": "180x180",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/apple-touch-icon-152x152.png",
|
|
"sizes": "152x152",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/favicon-32.png",
|
|
"sizes": "32x32",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/favicon-16.png",
|
|
"sizes": "16x16",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"categories": ["developer", "tools", "productivity"],
|
|
"lang": "en"
|
|
}
|