try service worker

This commit is contained in:
Kalle (Sendou) 2020-09-05 13:48:02 +03:00
parent 64a8212683
commit 96e213417d
2 changed files with 5 additions and 8 deletions

View File

@ -19,9 +19,9 @@
"sizes": "512x512"
}
],
"start_url": "https://sendou.ink",
"display": "standalone",
"theme_color": "#2B5262",
"background_color": "#13272E",
"start_url": "/",
"display": "minimal-ui",
"theme_color": "#031e3e",
"background_color": "#031e3e",
"categories": ["games"]
}

View File

@ -53,7 +53,4 @@ ReactDOM.render(
document.getElementById("root")
)
// If you want your app to work offline and load faster, you can change
// unregister() to register() below. Note this comes with some pitfalls.
// Learn more about service workers: https://bit.ly/CRA-PWA
serviceWorker.unregister()
serviceWorker.register()