chore: rebranded to trackpull
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 6.7 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 6.7 KiB After Width: | Height: | Size: 19 KiB |
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Votify Web",
|
||||
"short_name": "Votify",
|
||||
"name": "Trackpull",
|
||||
"short_name": "Trackpull",
|
||||
"description": "Music download manager",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Votify Web - Offline</title>
|
||||
<title>Trackpull - Offline</title>
|
||||
<style>
|
||||
body {
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
||||
@@ -21,7 +21,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
<h1><span>Votify</span> Web</h1>
|
||||
<h1><span>Track</span>pull</h1>
|
||||
<p>You are currently offline.<br>Please check your connection and try again.</p>
|
||||
<button onclick="window.location.reload()">Retry</button>
|
||||
</div>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
const CACHE_NAME = 'votify-v1';
|
||||
const CACHE_NAME = 'trackpull-v1';
|
||||
const APP_SHELL = [
|
||||
'/',
|
||||
'/static/favicon.ico',
|
||||
|
||||
Reference in New Issue
Block a user