diff --git a/docs/index.html b/docs/index.html
index b4b430e..3244ba9 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -61,7 +61,7 @@
diff --git a/docs/manifest.json b/docs/manifest.json
index e5ad95c..5d945b9 100644
--- a/docs/manifest.json
+++ b/docs/manifest.json
@@ -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": [
{
diff --git a/docs/static/sw.js b/docs/sw.js
similarity index 100%
rename from docs/static/sw.js
rename to docs/sw.js