diff --git a/assets/img/apple-touch-icon.png b/assets/img/apple-touch-icon.png index 7d6dbfc..f80c806 100644 Binary files a/assets/img/apple-touch-icon.png and b/assets/img/apple-touch-icon.png differ diff --git a/assets/img/favicon.svg b/assets/img/favicon.svg deleted file mode 100644 index cca5b92..0000000 --- a/assets/img/favicon.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/assets/img/pwa-icon-192.png b/assets/img/pwa-icon-192.png index cf5f0b0..dcc6fec 100644 Binary files a/assets/img/pwa-icon-192.png and b/assets/img/pwa-icon-192.png differ diff --git a/assets/img/pwa-icon-512.png b/assets/img/pwa-icon-512.png index e6e556d..5b984d3 100644 Binary files a/assets/img/pwa-icon-512.png and b/assets/img/pwa-icon-512.png differ diff --git a/assets/img/pwa-maskable-512.png b/assets/img/pwa-maskable-512.png index 78ba040..5b984d3 100644 Binary files a/assets/img/pwa-maskable-512.png and b/assets/img/pwa-maskable-512.png differ diff --git a/manifest.json b/manifest.json index f196851..751574a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "name": "MVLog - Bubulescu.Org", + "name": "MVLog: journal of an unreliable narrator.", "short_name": "MVLog", "description": "Motorcycle road stories, hockey passion, pizza nerdism and facts remembered by an unreliable narrator.", "id": "/", diff --git a/sw.js b/sw.js index a2234f1..156ad32 100644 --- a/sw.js +++ b/sw.js @@ -1,5 +1,5 @@ const MVLOG_CACHE_PREFIX = 'mvlog-pwa-'; -const MVLOG_CACHE_VERSION = 'mvlog-pwa-v1'; +const MVLOG_CACHE_VERSION = 'mvlog-pwa-v6'; const APP_SHELL_CACHE = `${MVLOG_CACHE_VERSION}-app-shell`; const RUNTIME_CACHE = `${MVLOG_CACHE_VERSION}-runtime`;