PWA icons: use the Tchatou brand mark, not the Orbit logo
Regenerate the install/notification icons from tchatou.fr's own favicon (France-blue tile + speech bubbles). Bump the SW cache version so clients fetch the new icons; push handler unchanged.
This commit is contained in:
parent
e8b5254feb
commit
1d45f75f12
4 changed files with 1 additions and 1 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 22 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 25 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 86 KiB After Width: | Height: | Size: 141 KiB |
|
|
@ -1,7 +1,7 @@
|
|||
// Tchatou service worker — installable PWA + offline app shell.
|
||||
// Scope: /app/. Only handles same-origin /app/ GETs; the IRC websocket and all
|
||||
// API calls (cloudflare, change_password, upload) pass straight through.
|
||||
const CACHE = 'tchatou-v80';
|
||||
const CACHE = 'tchatou-v81';
|
||||
const SHELL = ['/app/', '/app/index.html', '/app/favicon.svg', '/app/orbit-icon.svg', '/app/manifest.webmanifest'];
|
||||
|
||||
self.addEventListener('install', (e) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue