File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
- // PWA Fire Bundle
2
- // url : https://www.pwafire.org
3
-
4
1
// after a service worker is installed and the user navigates to a different page or
5
2
// refreshes,the service worker will begin to receive fetch events
6
3
@@ -32,13 +29,14 @@ self.addEventListener('fetch', function (event) {
32
29
'/index.html' , //default
33
30
'/index.html?homescreen=1' , //default
34
31
'/?homescreen=1' , //default
35
- '/css/app .css' , // configure as by your site ; just an example
32
+ '/css/main .css' , // configure as by your site ; just an example
36
33
'/img/logo.png' , // choose images to keep offline; just an example
37
- // Do not replace/delete/edit the manifest.js paths below
34
+ // Do not replace/delete/editmganifest.js path below
35
+
36
+ '/manifest.js' ,
38
37
//These are links to the extenal social media buttons that should be cached;
39
38
// we have used twitter's as an example
40
39
'https://platform.twitter.com/widgets.js' ,
41
-
42
40
] ) ;
43
41
} )
44
42
) ;
You can’t perform that action at this time.
0 commit comments