Updated PWA icons

This commit is contained in:
hbrain 2026-06-06 17:49:59 +02:00
parent acc77ac17f
commit bc61ecde3c
7 changed files with 2 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 KiB

After

Width:  |  Height:  |  Size: 131 KiB

Before After
Before After

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 2.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 149 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 273 KiB

After

Width:  |  Height:  |  Size: 1 MiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 522 KiB

After

Width:  |  Height:  |  Size: 1 MiB

Before After
Before After

View file

@ -1,5 +1,5 @@
{ {
"name": "MVLog - Bubulescu.Org", "name": "MVLog: journal of an unreliable narrator.",
"short_name": "MVLog", "short_name": "MVLog",
"description": "Motorcycle road stories, hockey passion, pizza nerdism and facts remembered by an unreliable narrator.", "description": "Motorcycle road stories, hockey passion, pizza nerdism and facts remembered by an unreliable narrator.",
"id": "/", "id": "/",

2
sw.js
View file

@ -1,5 +1,5 @@
const MVLOG_CACHE_PREFIX = 'mvlog-pwa-'; 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 APP_SHELL_CACHE = `${MVLOG_CACHE_VERSION}-app-shell`;
const RUNTIME_CACHE = `${MVLOG_CACHE_VERSION}-runtime`; const RUNTIME_CACHE = `${MVLOG_CACHE_VERSION}-runtime`;