fix(web): shorten PWA install app name

This commit is contained in:
Greg Haynes
2026-07-12 19:54:35 -07:00
parent 3362ebbfa3
commit 128122fdd9
3 changed files with 3 additions and 3 deletions
@@ -1,4 +1,4 @@
const DEFAULT_PWA_APP_NAME = 'OpenChamber - AI Coding Assistant';
const DEFAULT_PWA_APP_NAME = 'OpenChamber';
const mapPwaOrientationToManifest = (value) => {
if (value === 'portrait') {
return 'portrait-primary';