Compare commits
3 Commits
6862907c8d
...
9e360479ae
| Author | SHA1 | Date | |
|---|---|---|---|
| 9e360479ae | |||
| 818d4a3857 | |||
| e8a8682e27 |
Binary file not shown.
|
After Width: | Height: | Size: 5.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
+3
-3
@@ -10,7 +10,7 @@
|
||||
<link rel="manifest" href="manifest.json">
|
||||
<link rel="icon" type="image/svg+xml" href="icon.svg">
|
||||
<link rel="apple-touch-icon" href="icon-192.png">
|
||||
<link rel="stylesheet" href="styles.css?v=13">
|
||||
<link rel="stylesheet" href="styles.css?v=14">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app">
|
||||
@@ -158,10 +158,10 @@
|
||||
|
||||
</div>
|
||||
|
||||
<script type="module" src="app.js?v=13"></script>
|
||||
<script type="module" src="app.js?v=14"></script>
|
||||
<script>
|
||||
if ('serviceWorker' in navigator) {
|
||||
navigator.serviceWorker.register('/sw.js?v=13').catch(() => {});
|
||||
navigator.serviceWorker.register('/sw.js?v=14').catch(() => {});
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
|
||||
@@ -12,6 +12,17 @@
|
||||
"src": "icon.svg",
|
||||
"sizes": "any",
|
||||
"type": "image/svg+xml"
|
||||
},
|
||||
{
|
||||
"src": "icon-192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "icon-512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user