From e8e5b61404600ed868ddc628d21786189a19b7c8 Mon Sep 17 00:00:00 2001 From: Jeith Date: Fri, 15 Jul 2022 09:49:36 -0500 Subject: [PATCH] PWA optimizations (#274) * feat: added service worker and pwa optimizations * fix: added newline at the end of Gemfile.lock to match main branch * fix: fixed newline at the end of Gemfile.lock to match main branch --- _includes/head/custom.html | 1 + images/manifest.json | 15 ++++++++++----- images/pwa.js | 11 +++++++++++ images/service-worker.js | 11 +++++++++++ 4 files changed, 33 insertions(+), 5 deletions(-) create mode 100644 images/pwa.js create mode 100644 images/service-worker.js diff --git a/_includes/head/custom.html b/_includes/head/custom.html index 39c67e1e2..fb77e6944 100644 --- a/_includes/head/custom.html +++ b/_includes/head/custom.html @@ -29,6 +29,7 @@ +