forked from music-assistant/server
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to snapweb v0.8.0 (music-assistant#1690)
update to snapweb v0.8.0
- Loading branch information
1 parent
ec554ec
commit 6b5d45c
Showing
6 changed files
with
144 additions
and
144 deletions.
There are no files selected for viewing
135 changes: 135 additions & 0 deletions
135
music_assistant/server/providers/snapcast/snapweb/assets/index-BYMjFABP.js
Large diffs are not rendered by default.
Oops, something went wrong.
135 changes: 0 additions & 135 deletions
135
music_assistant/server/providers/snapcast/snapweb/assets/index-DDLZhQdU.js
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
music_assistant/server/providers/snapcast/snapweb/manifest.webmanifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"name":"Snapweb - Snapcast web client","short_name":"Snapweb","start_url":"/","display":"standalone","background_color":"#ffffff","lang":"en","scope":"/","theme_color":"#ffffff","icons":[{"src":"pwa-64x64.png","sizes":"64x64","type":"image/png"},{"src":"pwa-192x192.png","sizes":"192x192","type":"image/png"},{"src":"pwa-512x512.png","sizes":"512x512","type":"image/png"},{"src":"maskable-icon-512x512.png","sizes":"512x512","type":"image/png","purpose":"maskable"}]} | ||
{"name":"Snapweb - Snapcast web client","short_name":"Snapweb","start_url":"./","display":"standalone","background_color":"#ffffff","lang":"en","scope":"./","theme_color":"#ffffff","icons":[{"src":"pwa-64x64.png","sizes":"64x64","type":"image/png"},{"src":"pwa-192x192.png","sizes":"192x192","type":"image/png"},{"src":"pwa-512x512.png","sizes":"512x512","type":"image/png"},{"src":"maskable-icon-512x512.png","sizes":"512x512","type":"image/png","purpose":"maskable"}]} |
2 changes: 1 addition & 1 deletion
2
music_assistant/server/providers/snapcast/snapweb/registerSW.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
if('serviceWorker' in navigator) {window.addEventListener('load', () => {navigator.serviceWorker.register('/sw.js', { scope: '/' })})} | ||
if('serviceWorker' in navigator) {window.addEventListener('load', () => {navigator.serviceWorker.register('./sw.js', { scope: './' })})} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.