Skip to content
Snippets Groups Projects
Unverified Commit 44d5d67f authored by Conrad Zelck's avatar Conrad Zelck
Browse files

feat: introduce progressive web app (pwa)

parent 523db091
No related branches found
No related tags found
No related merge requests found
Showing
with 12 additions and 0 deletions
app.js 0 → 100644
if ("serviceWorker" in navigator) {
window.addEventListener("load", function () {
navigator.serviceWorker
.register("serviceWorker.min.js")
.then(res => console.log("service worker registered"))
.catch(err => console.log("service worker not registered", err))
})
}
\ No newline at end of file
"serviceWorker"in navigator&&window.addEventListener("load",(function(){navigator.serviceWorker.register("serviceWorker.min.js").then((e=>{})).catch((e=>{}))}));
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?><browserconfig><msapplication><tile><square70x70logo src="/ms-icon-70x70.png"/><square150x150logo src="/ms-icon-150x150.png"/><square310x310logo src="/ms-icon-310x310.png"/><TileColor>#555555</TileColor></tile></msapplication></browserconfig>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<browserconfig><msapplication><tile><square70x70logo src="/ms-icon-70x70.png"/><square150x150logo src="/ms-icon-150x150.png"/><square310x310logo src="/ms-icon-310x310.png"/><TileColor>#555555</TileColor></tile></msapplication></browserconfig>
\ No newline at end of file
favicon.ico

1.12 KiB

icons/android-icon-144x144.png

4.37 KiB

icons/android-icon-192x192.png

4.89 KiB

icons/android-icon-36x36.png

1.35 KiB

icons/android-icon-48x48.png

1.72 KiB

icons/android-icon-72x72.png

2.27 KiB

icons/android-icon-96x96.png

2.94 KiB

icons/apple-icon-114x114.png

3.48 KiB

icons/apple-icon-120x120.png

3.58 KiB

icons/apple-icon-144x144.png

4.37 KiB

icons/apple-icon-152x152.png

4.78 KiB

icons/apple-icon-180x180.png

5.76 KiB

icons/apple-icon-57x57.png

1.96 KiB

icons/apple-icon-60x60.png

1.98 KiB

icons/apple-icon-72x72.png

2.27 KiB

icons/apple-icon-76x76.png

2.44 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment