Updated PWA icons
|
Before Width: | Height: | Size: 73 KiB After Width: | Height: | Size: 131 KiB |
|
Before Width: | Height: | Size: 2.4 MiB |
|
Before Width: | Height: | Size: 45 KiB After Width: | Height: | Size: 149 KiB |
|
Before Width: | Height: | Size: 273 KiB After Width: | Height: | Size: 1 MiB |
|
Before Width: | Height: | Size: 522 KiB After Width: | Height: | Size: 1 MiB |
|
|
@ -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": "/",
|
||||
|
|
|
|||
2
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`;
|
||||
|
||||
|
|
|
|||