-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservice-worker.js
More file actions
81 lines (81 loc) · 1.97 KB
/
service-worker.js
File metadata and controls
81 lines (81 loc) · 1.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
importScripts('workbox-3.6.3/workbox-sw.js');
workbox.setConfig({
debug: false,
modulePathPrefix: 'workbox-3.6.3/'
});
workbox.skipWaiting();
workbox.clientsClaim();
workbox.precaching.precacheAndRoute([
{
"url": "manifest.json",
"revision": "20c9d0301740029ecb0ed6a9ce4201a6"
},
{
"url": "index.html",
"revision": "fc0c34b9593e982daba0e0d670fa8312"
},
{
"url": "polyfills.deadd82f2e1ba913.js",
"revision": "546f34afa4a58d98e4cce7d4fc55146a"
},
{
"url": "runtime.a98c1b532b4f095b.js",
"revision": "f97a8651d4eb3c3d1de969665dba251d"
},
{
"url": "styles.7682d94e119b7018.css",
"revision": "f5bc1fd8fbafacb15e95191d3d866a01"
},
{
"url": "assets/icons/icon-128x128.png",
"revision": "35020c224cde694adb78ec64979acbb7"
},
{
"url": "assets/icons/icon-144x144.png",
"revision": "1091013ec68d4cc2f10eebaf3f9acece"
},
{
"url": "assets/icons/icon-152x152.png",
"revision": "d1977969dc98cdd1905d7424bd28a9ba"
},
{
"url": "assets/icons/icon-192x192.png",
"revision": "3cbae9931a5addc76e92249dff52e4e5"
},
{
"url": "assets/icons/icon-384x384.png",
"revision": "dc751a410ece14a500db358607e1d417"
},
{
"url": "assets/icons/icon-512x512.png",
"revision": "23fd4e59e3e9eed6a0f0c7fea022c99a"
},
{
"url": "assets/icons/icon-72x72.png",
"revision": "e6743668139c79d78aecd0731930b257"
},
{
"url": "assets/icons/icon-96x96.png",
"revision": "a44ffae342b2b6b30ad53c08c9f1cb39"
},
{
"url": "assets/images/erase.png",
"revision": "ead60c5c28425e279bbcae6a0989d15d"
},
{
"url": "assets/images/home.png",
"revision": "1c54b8407a4d16356cb93e68f2a54e9a"
},
{
"url": "assets/images/left.png",
"revision": "c9bf8640f23693ec1060dddc424cf5b4"
},
{
"url": "assets/images/speechbubble.png",
"revision": "cdb493a1f0fae3e9e51debd026edcd22"
},
{
"url": "assets/images/undo.png",
"revision": "810bdff06a59376e5897abcd358ea434"
}
]);