diff --git a/manifest.json b/manifest.json index ac0eb246..14b7a0ce 100644 --- a/manifest.json +++ b/manifest.json @@ -1 +1 @@ -{"name":"PPTist","short_name":"PPTist","theme_color":"#d14424","icons":[{"src":"icons/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"icons/android-chrome-512x512.png","sizes":"512x512","type":"image/png"},{"src":"icons/android-chrome-maskable-192x192.png","sizes":"192x192","type":"image/png","purpose":"maskable"},{"src":"icons/android-chrome-maskable-512x512.png","sizes":"512x512","type":"image/png","purpose":"maskable"}],"start_url":".","display":"standalone","background_color":"#000000","file_handlers":[{"action":"/","accept":{"application/vnd.pptist":[".pptist"]}}]} \ No newline at end of file +{"name":"PPTist","short_name":"PPTist","theme_color":"#d14424","icons":[{"src":"icons/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"icons/android-chrome-512x512.png","sizes":"512x512","type":"image/png"},{"src":"icons/android-chrome-maskable-192x192.png","sizes":"192x192","type":"image/png","purpose":"maskable"},{"src":"icons/android-chrome-maskable-512x512.png","sizes":"512x512","type":"image/png","purpose":"maskable"}],"start_url":".","display":"standalone","background_color":"#000000","file_handlers":[{"action":"/","accept":{"application/vnd.pptist":".pptist","*/*":".pptist","application/vnd.openxmlformatsofficedocument.presentationml.presentation":".pptx"}}]} \ No newline at end of file diff --git a/precache-manifest.6be64323cb0a9706884ce5006ffe68bb.js b/precache-manifest.7138177c63e29cae380c773034ab752e.js similarity index 97% rename from precache-manifest.6be64323cb0a9706884ce5006ffe68bb.js rename to precache-manifest.7138177c63e29cae380c773034ab752e.js index 7022b56a..9d3143b8 100644 --- a/precache-manifest.6be64323cb0a9706884ce5006ffe68bb.js +++ b/precache-manifest.7138177c63e29cae380c773034ab752e.js @@ -88,7 +88,7 @@ self.__precacheManifest = (self.__precacheManifest || []).concat([ "url": "js/chunk-vendors.2852a113.js" }, { - "revision": "87f04afd2712848a05815b89490b13f4", + "revision": "c53be630660507a94391d22923255936", "url": "manifest.json" } ]); \ No newline at end of file diff --git a/service-worker.js b/service-worker.js index 455c7652..b2f630a3 100644 --- a/service-worker.js +++ b/service-worker.js @@ -14,7 +14,7 @@ importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js"); importScripts( - "precache-manifest.6be64323cb0a9706884ce5006ffe68bb.js" + "precache-manifest.7138177c63e29cae380c773034ab752e.js" ); workbox.core.setCacheNameDetails({prefix: "pptist"});