diff --git a/manifest.json b/manifest.json index 03a14ce..6608230 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,7 @@ "background_color": "#86c7ef", "display": "fullscreen", "scope": "/", - "start_url": "/test_index.htm", + "start_url": "/index.htm", "icons": [ { "src": "images/icons/icon-72x72.png", diff --git a/sw.js b/sw.js index 25ae94f..ae9b088 100644 --- a/sw.js +++ b/sw.js @@ -12,7 +12,7 @@ var version = 'v1::'; then the service worker won't be installed either. */ var offlineFundamentals = [ - 'test_index.htm', + 'index.htm', 'manifest.json' ];