Merge pull request #2171 from greghaynes/clever-heron

fix(web): shorten PWA install app name
This commit is contained in:
Bohdan Triapitsyn
2026-08-27 23:15:26 +03:00
committed by GitHub
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';