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 -1
View File
@@ -18,7 +18,7 @@
<!-- Web app manifest (endpoint-first with data URL fallback) -->
<script>
const baseUrl = location.origin;
const defaultAppName = 'OpenChamber - AI Coding Assistant';
const defaultAppName = 'OpenChamber';
const defaultShortName = 'OpenChamber';
const pwaNameStorageKey = 'openchamber.pwaName';
const pwaOrientationStorageKey = 'openchamber.pwaOrientation';