Skip to content

Commit

Permalink
update 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
maxence-charriere committed Sep 30, 2020
1 parent 7458a4e commit 2533bb3
Show file tree
Hide file tree
Showing 20 changed files with 157 additions and 157 deletions.
6 changes: 3 additions & 3 deletions docs/app-worker.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const cacheName = "app-" + "774bcb181c42635995a0324b634f6d76d83c73c7";
const cacheName = "app-" + "4cf142f9bd72aebf409362c272199027c1feb80e";

self.addEventListener("install", event => {
console.log("installing app worker 774bcb181c42635995a0324b634f6d76d83c73c7");
console.log("installing app worker 4cf142f9bd72aebf409362c272199027c1feb80e");
self.skipWaiting();

event.waitUntil(
Expand Down Expand Up @@ -36,7 +36,7 @@ self.addEventListener("activate", event => {
);
})
);
console.log("app worker 774bcb181c42635995a0324b634f6d76d83c73c7 is activated");
console.log("app worker 4cf142f9bd72aebf409362c272199027c1feb80e is activated");
});

self.addEventListener("fetch", event => {
Expand Down
2 changes: 1 addition & 1 deletion docs/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if ("serviceWorker" in navigator) {
// -----------------------------------------------------------------------------
// Init progressive app
// -----------------------------------------------------------------------------
const goappEnv = {"GOAPP_ROOT_PREFIX":"","GOAPP_STATIC_RESOURCES_URL":"","GOAPP_VERSION":"774bcb181c42635995a0324b634f6d76d83c73c7"};
const goappEnv = {"GOAPP_ROOT_PREFIX":"","GOAPP_STATIC_RESOURCES_URL":"","GOAPP_VERSION":"4cf142f9bd72aebf409362c272199027c1feb80e"};

function goappGetenv(k) {
return goappEnv[k];
Expand Down
18 changes: 9 additions & 9 deletions docs/aviencloud.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
<meta name="author" content="Maxence Charriere">
<meta name="description" content="Lofi music player">
<meta name="keywords" content="lofi, lo-fi, music, lofimusic, chill, chilled, beats, relax, study, sleep, hiphop, app, pwa">
<meta content="#000000" name="theme-color">
<meta name="theme-color" content="#000000">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0, viewport-fit=cover">
<title>
Lofimusic.app
</title>
<link type="image/png" href="/web/logo.png" rel="icon">
<link rel="icon" type="image/png" href="/web/logo.png">
<link rel="apple-touch-icon" href="/web/logo.png">
<link rel="manifest" href="/manifest.json">
<link href="/app.css" type="text/css" rel="stylesheet">
<script defer src="/wasm_exec.js"></script>
<link href="/manifest.json" rel="manifest">
<link type="text/css" rel="stylesheet" href="/app.css">
<script src="/wasm_exec.js" defer></script>
<script defer src="/app.js"></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap" type="text/css">
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" type="text/css" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap">
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto&display=swap">
<link type="text/css" rel="stylesheet" href="/web/lofimusic.css">
<link type="text/css" rel="stylesheet" href="/web/range.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
Expand All @@ -41,8 +41,8 @@

</head>
<body>
<div class="goapp-app-info" id="app-wasm-layout">
<img class="goapp-logo goapp-spin" src="/web/logo.png" id="app-wasm-loader-icon">
<div id="app-wasm-layout" class="goapp-app-info">
<img id="app-wasm-loader-icon" class="goapp-logo goapp-spin" src="/web/logo.png">
<p id="app-wasm-loader-label" class="goapp-label">
Lofi music player to work, study and relax.
</p>
Expand Down
18 changes: 9 additions & 9 deletions docs/chilledcow.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
<meta name="author" content="Maxence Charriere">
<meta name="description" content="Lofi music player">
<meta name="keywords" content="lofi, lo-fi, music, lofimusic, chill, chilled, beats, relax, study, sleep, hiphop, app, pwa">
<meta content="#000000" name="theme-color">
<meta name="theme-color" content="#000000">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0, viewport-fit=cover">
<title>
Lofimusic.app
</title>
<link type="image/png" href="/web/logo.png" rel="icon">
<link rel="icon" type="image/png" href="/web/logo.png">
<link rel="apple-touch-icon" href="/web/logo.png">
<link rel="manifest" href="/manifest.json">
<link href="/app.css" type="text/css" rel="stylesheet">
<script defer src="/wasm_exec.js"></script>
<link href="/manifest.json" rel="manifest">
<link type="text/css" rel="stylesheet" href="/app.css">
<script src="/wasm_exec.js" defer></script>
<script defer src="/app.js"></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap" type="text/css">
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" type="text/css" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap">
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto&display=swap">
<link type="text/css" rel="stylesheet" href="/web/lofimusic.css">
<link type="text/css" rel="stylesheet" href="/web/range.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
Expand All @@ -41,8 +41,8 @@

</head>
<body>
<div class="goapp-app-info" id="app-wasm-layout">
<img class="goapp-logo goapp-spin" src="/web/logo.png" id="app-wasm-loader-icon">
<div id="app-wasm-layout" class="goapp-app-info">
<img id="app-wasm-loader-icon" class="goapp-logo goapp-spin" src="/web/logo.png">
<p id="app-wasm-loader-label" class="goapp-label">
Lofi music player to work, study and relax.
</p>
Expand Down
18 changes: 9 additions & 9 deletions docs/chilledcow2.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
<meta name="author" content="Maxence Charriere">
<meta name="description" content="Lofi music player">
<meta name="keywords" content="lofi, lo-fi, music, lofimusic, chill, chilled, beats, relax, study, sleep, hiphop, app, pwa">
<meta content="#000000" name="theme-color">
<meta name="theme-color" content="#000000">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0, viewport-fit=cover">
<title>
Lofimusic.app
</title>
<link type="image/png" href="/web/logo.png" rel="icon">
<link rel="icon" type="image/png" href="/web/logo.png">
<link rel="apple-touch-icon" href="/web/logo.png">
<link rel="manifest" href="/manifest.json">
<link href="/app.css" type="text/css" rel="stylesheet">
<script defer src="/wasm_exec.js"></script>
<link href="/manifest.json" rel="manifest">
<link type="text/css" rel="stylesheet" href="/app.css">
<script src="/wasm_exec.js" defer></script>
<script defer src="/app.js"></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap" type="text/css">
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" type="text/css" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap">
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto&display=swap">
<link type="text/css" rel="stylesheet" href="/web/lofimusic.css">
<link type="text/css" rel="stylesheet" href="/web/range.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
Expand All @@ -41,8 +41,8 @@

</head>
<body>
<div class="goapp-app-info" id="app-wasm-layout">
<img class="goapp-logo goapp-spin" src="/web/logo.png" id="app-wasm-loader-icon">
<div id="app-wasm-layout" class="goapp-app-info">
<img id="app-wasm-loader-icon" class="goapp-logo goapp-spin" src="/web/logo.png">
<p id="app-wasm-loader-label" class="goapp-label">
Lofi music player to work, study and relax.
</p>
Expand Down
18 changes: 9 additions & 9 deletions docs/chillhopmusic.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
<meta name="author" content="Maxence Charriere">
<meta name="description" content="Lofi music player">
<meta name="keywords" content="lofi, lo-fi, music, lofimusic, chill, chilled, beats, relax, study, sleep, hiphop, app, pwa">
<meta content="#000000" name="theme-color">
<meta name="theme-color" content="#000000">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0, viewport-fit=cover">
<title>
Lofimusic.app
</title>
<link type="image/png" href="/web/logo.png" rel="icon">
<link rel="icon" type="image/png" href="/web/logo.png">
<link rel="apple-touch-icon" href="/web/logo.png">
<link rel="manifest" href="/manifest.json">
<link href="/app.css" type="text/css" rel="stylesheet">
<script defer src="/wasm_exec.js"></script>
<link href="/manifest.json" rel="manifest">
<link type="text/css" rel="stylesheet" href="/app.css">
<script src="/wasm_exec.js" defer></script>
<script defer src="/app.js"></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap" type="text/css">
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" type="text/css" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap">
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto&display=swap">
<link type="text/css" rel="stylesheet" href="/web/lofimusic.css">
<link type="text/css" rel="stylesheet" href="/web/range.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
Expand All @@ -41,8 +41,8 @@

</head>
<body>
<div class="goapp-app-info" id="app-wasm-layout">
<img class="goapp-logo goapp-spin" src="/web/logo.png" id="app-wasm-loader-icon">
<div id="app-wasm-layout" class="goapp-app-info">
<img id="app-wasm-loader-icon" class="goapp-logo goapp-spin" src="/web/logo.png">
<p id="app-wasm-loader-label" class="goapp-label">
Lofi music player to work, study and relax.
</p>
Expand Down
18 changes: 9 additions & 9 deletions docs/chillhopmusic2.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
<meta name="author" content="Maxence Charriere">
<meta name="description" content="Lofi music player">
<meta name="keywords" content="lofi, lo-fi, music, lofimusic, chill, chilled, beats, relax, study, sleep, hiphop, app, pwa">
<meta content="#000000" name="theme-color">
<meta name="theme-color" content="#000000">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0, viewport-fit=cover">
<title>
Lofimusic.app
</title>
<link type="image/png" href="/web/logo.png" rel="icon">
<link rel="icon" type="image/png" href="/web/logo.png">
<link rel="apple-touch-icon" href="/web/logo.png">
<link rel="manifest" href="/manifest.json">
<link href="/app.css" type="text/css" rel="stylesheet">
<script defer src="/wasm_exec.js"></script>
<link href="/manifest.json" rel="manifest">
<link type="text/css" rel="stylesheet" href="/app.css">
<script src="/wasm_exec.js" defer></script>
<script defer src="/app.js"></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap" type="text/css">
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" type="text/css" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap">
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto&display=swap">
<link type="text/css" rel="stylesheet" href="/web/lofimusic.css">
<link type="text/css" rel="stylesheet" href="/web/range.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
Expand All @@ -41,8 +41,8 @@

</head>
<body>
<div class="goapp-app-info" id="app-wasm-layout">
<img class="goapp-logo goapp-spin" src="/web/logo.png" id="app-wasm-loader-icon">
<div id="app-wasm-layout" class="goapp-app-info">
<img id="app-wasm-loader-icon" class="goapp-logo goapp-spin" src="/web/logo.png">
<p id="app-wasm-loader-label" class="goapp-label">
Lofi music player to work, study and relax.
</p>
Expand Down
18 changes: 9 additions & 9 deletions docs/collegemusic.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
<meta name="author" content="Maxence Charriere">
<meta name="description" content="Lofi music player">
<meta name="keywords" content="lofi, lo-fi, music, lofimusic, chill, chilled, beats, relax, study, sleep, hiphop, app, pwa">
<meta content="#000000" name="theme-color">
<meta name="theme-color" content="#000000">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0, viewport-fit=cover">
<title>
Lofimusic.app
</title>
<link type="image/png" href="/web/logo.png" rel="icon">
<link rel="icon" type="image/png" href="/web/logo.png">
<link rel="apple-touch-icon" href="/web/logo.png">
<link rel="manifest" href="/manifest.json">
<link href="/app.css" type="text/css" rel="stylesheet">
<script defer src="/wasm_exec.js"></script>
<link href="/manifest.json" rel="manifest">
<link type="text/css" rel="stylesheet" href="/app.css">
<script src="/wasm_exec.js" defer></script>
<script defer src="/app.js"></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap" type="text/css">
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" type="text/css" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap">
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto&display=swap">
<link type="text/css" rel="stylesheet" href="/web/lofimusic.css">
<link type="text/css" rel="stylesheet" href="/web/range.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
Expand All @@ -41,8 +41,8 @@

</head>
<body>
<div class="goapp-app-info" id="app-wasm-layout">
<img class="goapp-logo goapp-spin" src="/web/logo.png" id="app-wasm-loader-icon">
<div id="app-wasm-layout" class="goapp-app-info">
<img id="app-wasm-loader-icon" class="goapp-logo goapp-spin" src="/web/logo.png">
<p id="app-wasm-loader-label" class="goapp-label">
Lofi music player to work, study and relax.
</p>
Expand Down
18 changes: 9 additions & 9 deletions docs/homeworkradio.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
<meta name="author" content="Maxence Charriere">
<meta name="description" content="Lofi music player">
<meta name="keywords" content="lofi, lo-fi, music, lofimusic, chill, chilled, beats, relax, study, sleep, hiphop, app, pwa">
<meta content="#000000" name="theme-color">
<meta name="theme-color" content="#000000">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0, viewport-fit=cover">
<title>
Lofimusic.app
</title>
<link type="image/png" href="/web/logo.png" rel="icon">
<link rel="icon" type="image/png" href="/web/logo.png">
<link rel="apple-touch-icon" href="/web/logo.png">
<link rel="manifest" href="/manifest.json">
<link href="/app.css" type="text/css" rel="stylesheet">
<script defer src="/wasm_exec.js"></script>
<link href="/manifest.json" rel="manifest">
<link type="text/css" rel="stylesheet" href="/app.css">
<script src="/wasm_exec.js" defer></script>
<script defer src="/app.js"></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap" type="text/css">
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" type="text/css" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap">
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto&display=swap">
<link type="text/css" rel="stylesheet" href="/web/lofimusic.css">
<link type="text/css" rel="stylesheet" href="/web/range.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
Expand All @@ -41,8 +41,8 @@

</head>
<body>
<div class="goapp-app-info" id="app-wasm-layout">
<img class="goapp-logo goapp-spin" src="/web/logo.png" id="app-wasm-loader-icon">
<div id="app-wasm-layout" class="goapp-app-info">
<img id="app-wasm-loader-icon" class="goapp-logo goapp-spin" src="/web/logo.png">
<p id="app-wasm-loader-label" class="goapp-label">
Lofi music player to work, study and relax.
</p>
Expand Down
18 changes: 9 additions & 9 deletions docs/homeworkradio2.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
<meta name="author" content="Maxence Charriere">
<meta name="description" content="Lofi music player">
<meta name="keywords" content="lofi, lo-fi, music, lofimusic, chill, chilled, beats, relax, study, sleep, hiphop, app, pwa">
<meta content="#000000" name="theme-color">
<meta name="theme-color" content="#000000">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0, viewport-fit=cover">
<title>
Lofimusic.app
</title>
<link type="image/png" href="/web/logo.png" rel="icon">
<link rel="icon" type="image/png" href="/web/logo.png">
<link rel="apple-touch-icon" href="/web/logo.png">
<link rel="manifest" href="/manifest.json">
<link href="/app.css" type="text/css" rel="stylesheet">
<script defer src="/wasm_exec.js"></script>
<link href="/manifest.json" rel="manifest">
<link type="text/css" rel="stylesheet" href="/app.css">
<script src="/wasm_exec.js" defer></script>
<script defer src="/app.js"></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap" type="text/css">
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" type="text/css" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap">
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto&display=swap">
<link type="text/css" rel="stylesheet" href="/web/lofimusic.css">
<link type="text/css" rel="stylesheet" href="/web/range.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
Expand All @@ -41,8 +41,8 @@

</head>
<body>
<div class="goapp-app-info" id="app-wasm-layout">
<img class="goapp-logo goapp-spin" src="/web/logo.png" id="app-wasm-loader-icon">
<div id="app-wasm-layout" class="goapp-app-info">
<img id="app-wasm-loader-icon" class="goapp-logo goapp-spin" src="/web/logo.png">
<p id="app-wasm-loader-label" class="goapp-label">
Lofi music player to work, study and relax.
</p>
Expand Down
Loading

0 comments on commit 2533bb3

Please sign in to comment.