docs: fixed sw.js location

This commit is contained in:
arthurfiorette 2022-01-07 13:48:01 -03:00
parent f81036558b
commit b11d51dfaa
No known key found for this signature in database
GPG Key ID: 9D190CD53C53C555
3 changed files with 4 additions and 3 deletions

View File

@ -61,7 +61,7 @@
<script>
if (typeof navigator.serviceWorker !== 'undefined') {
navigator.serviceWorker.register('static/sw.js');
navigator.serviceWorker.register('sw.js');
}
</script>
</head>

View File

@ -3,8 +3,9 @@
"short_name": "Cache Interceptor",
"description": "A small and efficient cache interceptor for axios.",
"start_url": "https://axios-cache-interceptor.js.org/",
"display": "fullscreen",
"theme_color": "hsl(275, 100%, 50%)",
"display": "minimal-ui",
"scope":"/",
"theme_color": "#9500ff",
"background_color": "#ffffff",
"icons": [
{