diff --git a/assets/dist/index.html b/assets/dist/index.html deleted file mode 100644 index 122415c7..00000000 --- a/assets/dist/index.html +++ /dev/null @@ -1,55 +0,0 @@ -File Manager
\ No newline at end of file diff --git a/assets/dist/static/img/icons/android-chrome-192x192.png b/assets/dist/static/img/icons/android-chrome-192x192.png deleted file mode 100644 index 685cdea9..00000000 Binary files a/assets/dist/static/img/icons/android-chrome-192x192.png and /dev/null differ diff --git a/assets/dist/static/img/icons/android-chrome-512x512.png b/assets/dist/static/img/icons/android-chrome-512x512.png deleted file mode 100644 index be4f0526..00000000 Binary files a/assets/dist/static/img/icons/android-chrome-512x512.png and /dev/null differ diff --git a/assets/dist/static/img/icons/apple-touch-icon-120x120.png b/assets/dist/static/img/icons/apple-touch-icon-120x120.png deleted file mode 100644 index f204c14b..00000000 Binary files a/assets/dist/static/img/icons/apple-touch-icon-120x120.png and /dev/null differ diff --git a/assets/dist/static/img/icons/apple-touch-icon-152x152.png b/assets/dist/static/img/icons/apple-touch-icon-152x152.png deleted file mode 100644 index f7f0e00f..00000000 Binary files a/assets/dist/static/img/icons/apple-touch-icon-152x152.png and /dev/null differ diff --git a/assets/dist/static/img/icons/apple-touch-icon-180x180.png b/assets/dist/static/img/icons/apple-touch-icon-180x180.png deleted file mode 100644 index 8c3ee3a9..00000000 Binary files a/assets/dist/static/img/icons/apple-touch-icon-180x180.png and /dev/null differ diff --git a/assets/dist/static/img/icons/apple-touch-icon-60x60.png b/assets/dist/static/img/icons/apple-touch-icon-60x60.png deleted file mode 100644 index 00f82e94..00000000 Binary files a/assets/dist/static/img/icons/apple-touch-icon-60x60.png and /dev/null differ diff --git a/assets/dist/static/img/icons/apple-touch-icon-76x76.png b/assets/dist/static/img/icons/apple-touch-icon-76x76.png deleted file mode 100644 index d9cc0f35..00000000 Binary files a/assets/dist/static/img/icons/apple-touch-icon-76x76.png and /dev/null differ diff --git a/assets/dist/static/img/icons/apple-touch-icon.png b/assets/dist/static/img/icons/apple-touch-icon.png deleted file mode 100644 index 685cdea9..00000000 Binary files a/assets/dist/static/img/icons/apple-touch-icon.png and /dev/null differ diff --git a/assets/dist/static/img/icons/favicon-16x16.png b/assets/dist/static/img/icons/favicon-16x16.png deleted file mode 100644 index 8de7c05e..00000000 Binary files a/assets/dist/static/img/icons/favicon-16x16.png and /dev/null differ diff --git a/assets/dist/static/img/icons/favicon-32x32.png b/assets/dist/static/img/icons/favicon-32x32.png deleted file mode 100644 index 9b74a094..00000000 Binary files a/assets/dist/static/img/icons/favicon-32x32.png and /dev/null differ diff --git a/assets/dist/static/img/icons/favicon.ico b/assets/dist/static/img/icons/favicon.ico deleted file mode 100644 index cc2b4690..00000000 Binary files a/assets/dist/static/img/icons/favicon.ico and /dev/null differ diff --git a/assets/dist/static/img/icons/msapplication-icon-144x144.png b/assets/dist/static/img/icons/msapplication-icon-144x144.png deleted file mode 100644 index a7db463f..00000000 Binary files a/assets/dist/static/img/icons/msapplication-icon-144x144.png and /dev/null differ diff --git a/assets/dist/static/img/icons/mstile-150x150.png b/assets/dist/static/img/icons/mstile-150x150.png deleted file mode 100644 index 8515f250..00000000 Binary files a/assets/dist/static/img/icons/mstile-150x150.png and /dev/null differ diff --git a/assets/dist/static/manifest.json b/assets/dist/static/manifest.json deleted file mode 100644 index 25bd2d98..00000000 --- a/assets/dist/static/manifest.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "name": "File Manager", - "short_name": "File Manager", - "icons": [ - { - "src": "{{ .BaseURL }}/static/img/icons/android-chrome-192x192.png", - "sizes": "192x192", - "type": "image/png" - }, - { - "src": "{{ .BaseURL }}/static/img/icons/android-chrome-512x512.png", - "sizes": "512x512", - "type": "image/png" - } - ], - "start_url": "{{ .BaseURL }}/", - "display": "standalone", - "background_color": "#ffffff", - "theme_color": "#2979ff" -} diff --git a/assets/dist/sw.js b/assets/dist/sw.js deleted file mode 100644 index fb3ee47c..00000000 --- a/assets/dist/sw.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";function setOfCachedUrls(e){return e.keys().then(function(e){return e.map(function(e){return e.url})}).then(function(e){return new Set(e)})}var precacheConfig=[],cacheName="sw-precache-v3-File Manager-"+(self.registration?self.registration.scope:""),ignoreUrlParametersMatching=[/^utm_/],addDirectoryIndex=function(e,n){var t=new URL(e);return"/"===t.pathname.slice(-1)&&(t.pathname+=n),t.toString()},cleanResponse=function(e){return e.redirected?("body"in e?Promise.resolve(e.body):e.blob()).then(function(n){return new Response(n,{headers:e.headers,status:e.status,statusText:e.statusText})}):Promise.resolve(e)},createCacheKey=function(e,n,t,r){var a=new URL(e);return r&&a.pathname.match(r)||(a.search+=(a.search?"&":"")+encodeURIComponent(n)+"="+encodeURIComponent(t)),a.toString()},isPathWhitelisted=function(e,n){if(0===e.length)return!0;var t=new URL(n).pathname;return e.some(function(e){return t.match(e)})},stripIgnoredUrlParameters=function(e,n){var t=new URL(e);return t.hash="",t.search=t.search.slice(1).split("&").map(function(e){return e.split("=")}).filter(function(e){return n.every(function(n){return!n.test(e[0])})}).map(function(e){return e.join("=")}).join("&"),t.toString()},hashParamName="_sw-precache",urlsToCacheKeys=new Map(precacheConfig.map(function(e){var n=e[0],t=e[1],r=new URL(n,self.location),a=createCacheKey(r,hashParamName,t,!1);return[r.toString(),a]}));self.addEventListener("install",function(e){e.waitUntil(caches.open(cacheName).then(function(e){return setOfCachedUrls(e).then(function(n){return Promise.all(Array.from(urlsToCacheKeys.values()).map(function(t){if(!n.has(t)){var r=new Request(t,{credentials:"same-origin"});return fetch(r).then(function(n){if(!n.ok)throw new Error("Request for "+t+" returned a response with status "+n.status);return cleanResponse(n).then(function(n){return e.put(t,n)})})}}))})}).then(function(){return self.skipWaiting()}))}),self.addEventListener("activate",function(e){var n=new Set(urlsToCacheKeys.values());e.waitUntil(caches.open(cacheName).then(function(e){return e.keys().then(function(t){return Promise.all(t.map(function(t){if(!n.has(t.url))return e.delete(t)}))})}).then(function(){return self.clients.claim()}))}),self.addEventListener("fetch",function(e){if("GET"===e.request.method){var n,t=stripIgnoredUrlParameters(e.request.url,ignoreUrlParametersMatching);n=urlsToCacheKeys.has(t);n||(t=addDirectoryIndex(t,"index.html"),n=urlsToCacheKeys.has(t));n&&e.respondWith(caches.open(cacheName).then(function(e){return e.match(urlsToCacheKeys.get(t)).then(function(e){if(e)return e;throw Error("The cached response that was expected is missing.")})}).catch(function(n){return console.warn('Couldn\'t serve response for "%s" from cache: %O',e.request.url,n),fetch(e.request)}))}}); \ No newline at end of file