From 54d7a2b573ce5d2d18d80ca4761147fcc4233c64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Thu, 17 Jul 2025 20:10:47 +0400 Subject: [PATCH] add PWA utility functions --- includes/pwa-init.php | 82 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 includes/pwa-init.php diff --git a/includes/pwa-init.php b/includes/pwa-init.php new file mode 100644 index 0000000..8635105 --- /dev/null +++ b/includes/pwa-init.php @@ -0,0 +1,82 @@ +' . "\n"; + echo '' . "\n"; + echo '' . "\n"; + echo '' . "\n"; + echo '' . "\n"; + echo '' . "\n"; + echo '' . "\n"; + echo '' . "\n"; + + // Manifest + echo '' . "\n"; +} + +function addPWAScripts() { + ?> + + + \ No newline at end of file