From b11d51dfaa2c50e9bcbb247824a327c780f5b9b2 Mon Sep 17 00:00:00 2001 From: arthurfiorette Date: Fri, 7 Jan 2022 13:48:01 -0300 Subject: [PATCH] docs: fixed sw.js location --- docs/index.html | 2 +- docs/manifest.json | 5 +++-- docs/{static => }/sw.js | 0 3 files changed, 4 insertions(+), 3 deletions(-) rename docs/{static => }/sw.js (100%) 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