Skip to content

Commit

Permalink
feat: better manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
davay42 committed Nov 27, 2024
1 parent 03670bb commit 2850741
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "spectrogram-v.0.2.4",
"id": "chromatone-spectrogram",
"dir": "ltr",
"lang": "en",
"name": "Chromatone Spectrogram",
Expand Down Expand Up @@ -59,6 +59,6 @@
}
],
"launch_handler": {
"client_mode": ["focus-existing", "auto"]
"client_mode": ["navigate-existing", "auto"]
}
}
2 changes: 1 addition & 1 deletion public/sw.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const CACHE_NAME = 'spectrogram-cache-v1';
const CACHE_NAME = 'spectrogram-cache-v2';
const ASSETS_TO_CACHE = [
'/',
'/index.html',
Expand Down

0 comments on commit 2850741

Please sign in to comment.