Skip to content

Commit cad2dfa

Browse files
Deploy beta HTMLPlayer build.
1 parent 0831da7 commit cad2dfa

12 files changed

Lines changed: 4 additions & 7 deletions
-735 Bytes
Binary file not shown.

HTMLPlayer/favicon.ico

-473 Bytes
Binary file not shown.

HTMLPlayer/icon-any.png

56.4 KB
Loading

HTMLPlayer/index.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,7 @@
3737
<link rel="modulepreload" crossorigin href="./assets/vendor-audio-BwZlFuNe.js">
3838
<link rel="modulepreload" crossorigin href="./assets/visualizers-DF5eVL-H.js">
3939
<link rel="stylesheet" crossorigin href="./assets/index-DTE8drli.css">
40-
<link rel="manifest" href="./manifest.webmanifest">
41-
<meta name="theme-color" content="#00bfff">
42-
<link rel="icon" href="./favicon.ico" sizes="48x48">
43-
<link rel="apple-touch-icon" href="./apple-touch-icon-180x180.png"></head>
40+
<link rel="manifest" href="./manifest.webmanifest"></head>
4441
<body>
4542
<!-- Loading screen shown before React loads -->
4643
<div id="loading-screen" class="loadingScreen">

HTMLPlayer/manifest.webmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"name":"HTMLPlayer (beta)","short_name":"HTMLPlayer(beta)","description":"A modern music player interface with playlists, song management, visualizers, and offline support.","start_url":"/beta/HTMLPlayer/","display":"standalone","background_color":"#00bfff","theme_color":"#00bfff","lang":"en","scope":"/beta/HTMLPlayer/","id":"htmlplayer","categories":["music","audio","entertainment","tools"],"orientation":"any","share_target":{"action":"/beta/HTMLPlayer/","method":"POST","enctype":"multipart/form-data","params":{"title":"title","text":"text","url":"url","files":[{"name":"audio","accept":["audio/*",".mp3",".wav",".flac",".m4a",".aif",".aiff",".ogg",".opus"]}]}},"file_handlers":[{"action":"/beta/HTMLPlayer/","accept":{"audio/mpeg":[".mp3"],"audio/wav":[".wav"],"audio/flac":[".flac"],"audio/mp4":[".m4a"],"audio/aiff":[".aif",".aiff"],"audio/ogg":[".ogg"],"audio/opus":[".opus"]},"icons":[{"src":"public/icon-1024.png","sizes":"1024x1024","type":"image/png"}],"launch_type":"single-client"}],"screenshots":[{"src":"./screenshots/MainUI.png","sizes":"1854x926","type":"image/png","label":"Main Player UI"},{"src":"./screenshots/CustomizedUI.png","sizes":"1854x926","type":"image/png","label":"Customized with the Nebula theme and Phosphor icons"},{"src":"./screenshots/LyricsandVisualizer.png","sizes":"1854x926","type":"image/png","label":"Lyrics and Visualizer View"},{"src":"./screenshots/MainUI-Mobile.png","sizes":"624x927","type":"image/png","label":"Main Player UI on Mobile"},{"src":"./screenshots/CustomizedUI-Mobile.png","sizes":"624x927","type":"image/png","label":"Customized with the Nebula theme and Phosphor icons on Mobile"},{"src":"./screenshots/LyricsandVisualizer-Mobile.png","sizes":"624x927","type":"image/png","label":"Lyrics and Visualizer View on Mobile"}],"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"}]}
1+
{"name":"HTMLPlayer (beta)","short_name":"HTMLPlayer(beta)","description":"A modern music player interface with playlists, song management, visualizers, and offline support.","start_url":"/beta/HTMLPlayer/","display":"standalone","background_color":"#00bfff","theme_color":"#00bfff","lang":"en","scope":"/beta/HTMLPlayer/","id":"htmlplayer","categories":["music","audio","entertainment","tools"],"orientation":"any","share_target":{"action":"/beta/HTMLPlayer/","method":"POST","enctype":"multipart/form-data","params":{"title":"title","text":"text","url":"url","files":[{"name":"audio","accept":["audio/*",".mp3",".wav",".flac",".m4a",".aif",".aiff",".ogg",".opus"]}]}},"file_handlers":[{"action":"/beta/HTMLPlayer/","accept":{"audio/mpeg":[".mp3"],"audio/wav":[".wav"],"audio/flac":[".flac"],"audio/mp4":[".m4a"],"audio/aiff":[".aif",".aiff"],"audio/ogg":[".ogg"],"audio/opus":[".opus"]},"icons":[{"src":"public/icon-any.png","sizes":"1024x1024","type":"image/png","purpose":"any"},{"src":"public/icon-maskable.png","sizes":"1280x1280","type":"image/png","purpose":"maskable"}],"launch_type":"single-client"}],"screenshots":[{"src":"./screenshots/MainUI.png","sizes":"1854x926","type":"image/png","label":"Main Player UI"},{"src":"./screenshots/CustomizedUI.png","sizes":"1854x926","type":"image/png","label":"Customized with the Nebula theme and Phosphor icons"},{"src":"./screenshots/LyricsandVisualizer.png","sizes":"1854x926","type":"image/png","label":"Lyrics and Visualizer View"},{"src":"./screenshots/MainUI-Mobile.png","sizes":"624x927","type":"image/png","label":"Main Player UI on Mobile"},{"src":"./screenshots/CustomizedUI-Mobile.png","sizes":"624x927","type":"image/png","label":"Customized with the Nebula theme and Phosphor icons on Mobile"},{"src":"./screenshots/LyricsandVisualizer-Mobile.png","sizes":"624x927","type":"image/png","label":"Lyrics and Visualizer View on Mobile"}]}
-2.38 KB
Binary file not shown.

HTMLPlayer/pwa-192x192.png

-924 Bytes
Binary file not shown.

HTMLPlayer/pwa-512x512.png

-2.4 KB
Binary file not shown.

HTMLPlayer/pwa-64x64.png

-443 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)