Trying to update serviceworker

This commit is contained in:
Kasper Rynning-Tønnesen
2017-03-15 12:45:28 +01:00
parent a1f42d8646
commit 18e6c82e28
2 changed files with 2 additions and 1 deletions

View File

@@ -15,6 +15,7 @@
<meta property="og:description" content="The Shared (free) YouTube radio. Being built around the YouTube search and video API it enables the creation of collaborative and shared live playlists, with billions of videos and songs to choose from, all for free and without registration. Enjoy!"/>
<meta property="og:type" content="website"/>
<link rel="manifest" href="/manifest.json">
<script>if(window.location.hostname == "zoff.no") window.location.href="https://zoff.me";</script>
</head>
<body>
<div id="center-text" style="cursor:default;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;color: #2d2d2d;font-family:Helvetica;width: 60%;text-align: left;margin: auto;position: absolute;left: 0;right: 0;top: 50%;transform: translateY(-50%);">

View File

@@ -1,4 +1,4 @@
var version = 'v3.3';
var version = 'v3.4';
var CACHE_FILES = [
'/public/html/offline.html',
'/manifest.json',