Add files via upload

This commit is contained in:
ballantynedewolf 2019-04-03 15:47:08 +11:00 committed by GitHub
parent 959d4f6adb
commit c9153c7a22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
"background_color": "#86c7ef", "background_color": "#86c7ef",
"display": "fullscreen", "display": "fullscreen",
"scope": "/", "scope": "/",
"start_url": "/test_index.htm", "start_url": "/index.htm",
"icons": [ "icons": [
{ {
"src": "images/icons/icon-72x72.png", "src": "images/icons/icon-72x72.png",

2
sw.js
View File

@ -12,7 +12,7 @@ var version = 'v1::';
then the service worker won't be installed either. then the service worker won't be installed either.
*/ */
var offlineFundamentals = [ var offlineFundamentals = [
'test_index.htm', 'index.htm',
'manifest.json' 'manifest.json'
]; ];