fix: manifest start_url → /delivery/showcase for client PWA

This commit is contained in:
root 2026-08-06 17:52:34 +00:00
parent 7a702114eb
commit 02b70cac22
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"name": "СуперСам Доставка",
"short_name": "СуперСам",
"description": "Панель управления доставкой стройматериалов с уведомлениями.",
"start_url": "/dashboard",
"start_url": "/delivery/showcase",
"scope": "/",
"display": "standalone",
"background_color": "#f4f7f5",

View File

@ -1,7 +1,7 @@
const isLocalhost = self.location.hostname === "localhost" || self.location.hostname === "127.0.0.1";
if (!isLocalhost) {
const STATIC_CACHE = "construction-delivery-static-v105";
const STATIC_CACHE = "construction-delivery-static-v106";
const RUNTIME_CACHE = "construction-delivery-runtime-v104";
const APP_SHELL_URLS = ["/", "/index.html", "/manifest.webmanifest", "/icons/icon-192.png", "/icons/icon-512.png"];