mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-15 07:23:06 -05:00
try service worker
This commit is contained in:
parent
64a8212683
commit
96e213417d
|
|
@ -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"]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user