1
0
mirror of https://github.com/comatory/fb2iCal synced 2025-06-05 22:09:25 +02:00

change copy, add about page

This commit is contained in:
Ondrej Synacek
2019-10-23 22:29:01 +02:00
parent 889de553f9
commit 610ad61097
4 changed files with 65 additions and 6 deletions

View File

@ -1,4 +1,4 @@
// Worker v3
// Worker v4
self.addEventListener('install', (event) => {
event.waitUntil(
@ -8,6 +8,7 @@ self.addEventListener('install', (event) => {
'/favicon.ico',
'/scripts.js?3',
'/style.css?3',
'/about?1',
])
})
)