Offline add-to-homescreen sources

This commit is contained in:
Ettore
2026-05-23 00:28:49 +02:00
parent 6f90bd2891
commit bc18448be7
41 changed files with 1221 additions and 10 deletions

View File

@@ -355,7 +355,7 @@ if (_isInstalled) {
const _addToHomeScreenInstance = window.AddToHomeScreen({
appName: "Lagomare Gates",
appIconUrl: "/static/images/mobile_icon.png",
assetUrl: "https://cdn.jsdelivr.net/npm/pwa-add-to-homescreen@4/dist/assets/img/",
assetUrl: "/static/add-to-homescreen/assets/img/",
maxModalDisplayCount: -1,
displayOptions: { showMobile: true, showDesktop: true },
allowClose: true,