From 3bf96a5721672945091cede11ebc1edc2d1f7f1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Forment?= Date: Sat, 5 Jul 2025 20:05:47 +0200 Subject: [PATCH] Prepare for PWA and add more resolutions --- index.html | 32 ++++++++++++++++++++++++++- public/icon-192.png | Bin 0 -> 20322 bytes public/icon-512.png | Bin 0 -> 27610 bytes public/manifest.json | 40 ++++++++++++++++++++++++++++++++++ public/sw.js | 50 +++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 121 insertions(+), 1 deletion(-) create mode 100644 public/icon-192.png create mode 100644 public/icon-512.png create mode 100644 public/manifest.json create mode 100644 public/sw.js diff --git a/index.html b/index.html index 66ea2e1..fd6ef10 100644 --- a/index.html +++ b/index.html @@ -2,8 +2,19 @@ - + Bitfielder + + + + + + + + + + + @@ -761,6 +772,8 @@ + +