-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cedc011
commit 4c153ff
Showing
36 changed files
with
468 additions
and
1,480 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"files": { | ||
"main.css": "./static/css/main.927b835d.chunk.css", | ||
"main.js": "./static/js/main.5fb01038.chunk.js", | ||
"main.js.map": "./static/js/main.5fb01038.chunk.js.map", | ||
"runtime-main.js": "./static/js/runtime-main.b0af5419.js", | ||
"runtime-main.js.map": "./static/js/runtime-main.b0af5419.js.map", | ||
"static/css/2.9ca9b1ea.chunk.css": "./static/css/2.9ca9b1ea.chunk.css", | ||
"static/js/2.12fc7d2f.chunk.js": "./static/js/2.12fc7d2f.chunk.js", | ||
"static/js/2.12fc7d2f.chunk.js.map": "./static/js/2.12fc7d2f.chunk.js.map", | ||
"index.html": "./index.html", | ||
"precache-manifest.bbf0cd4242b62295799a344877c56dc4.js": "./precache-manifest.bbf0cd4242b62295799a344877c56dc4.js", | ||
"service-worker.js": "./service-worker.js", | ||
"static/css/2.9ca9b1ea.chunk.css.map": "./static/css/2.9ca9b1ea.chunk.css.map", | ||
"static/css/main.927b835d.chunk.css.map": "./static/css/main.927b835d.chunk.css.map", | ||
"static/js/2.12fc7d2f.chunk.js.LICENSE.txt": "./static/js/2.12fc7d2f.chunk.js.LICENSE.txt" | ||
}, | ||
"entrypoints": [ | ||
"static/js/runtime-main.b0af5419.js", | ||
"static/css/2.9ca9b1ea.chunk.css", | ||
"static/js/2.12fc7d2f.chunk.js", | ||
"static/css/main.927b835d.chunk.css", | ||
"static/js/main.5fb01038.chunk.js" | ||
] | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"short_name": "Consumption", | ||
"name": "ioBroker Consumption Configuration", | ||
"icons": [ | ||
{ | ||
"src": "favicon.ico", | ||
"sizes": "64x64 32x32 24x24 16x16", | ||
"type": "image/x-icon" | ||
} | ||
], | ||
"start_url": ".", | ||
"display": "standalone", | ||
"theme_color": "#000000", | ||
"background_color": "#ffffff" | ||
} |
30 changes: 30 additions & 0 deletions
30
admin/precache-manifest.bbf0cd4242b62295799a344877c56dc4.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
self.__precacheManifest = (self.__precacheManifest || []).concat([ | ||
{ | ||
"revision": "dffcc33f9db84a44b8234a704c4234a8", | ||
"url": "./index.html" | ||
}, | ||
{ | ||
"revision": "12fb39849e495ade8b21", | ||
"url": "./static/css/2.9ca9b1ea.chunk.css" | ||
}, | ||
{ | ||
"revision": "1c61ede7a2c25cdcfd7a", | ||
"url": "./static/css/main.927b835d.chunk.css" | ||
}, | ||
{ | ||
"revision": "12fb39849e495ade8b21", | ||
"url": "./static/js/2.12fc7d2f.chunk.js" | ||
}, | ||
{ | ||
"revision": "799f3d5c27694f0f3c92bbc8286bf099", | ||
"url": "./static/js/2.12fc7d2f.chunk.js.LICENSE.txt" | ||
}, | ||
{ | ||
"revision": "1c61ede7a2c25cdcfd7a", | ||
"url": "./static/js/main.5fb01038.chunk.js" | ||
}, | ||
{ | ||
"revision": "23f10709bdd64299b219", | ||
"url": "./static/js/runtime-main.b0af5419.js" | ||
} | ||
]); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
/** | ||
* Welcome to your Workbox-powered service worker! | ||
* | ||
* You'll need to register this file in your web app and you should | ||
* disable HTTP caching for this file too. | ||
* See https://goo.gl/nhQhGp | ||
* | ||
* The rest of the code is auto-generated. Please don't update this file | ||
* directly; instead, make changes to your Workbox build configuration | ||
* and re-run your build process. | ||
* See https://goo.gl/2aRDsh | ||
*/ | ||
|
||
importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js"); | ||
|
||
importScripts( | ||
"./precache-manifest.bbf0cd4242b62295799a344877c56dc4.js" | ||
); | ||
|
||
self.addEventListener('message', (event) => { | ||
if (event.data && event.data.type === 'SKIP_WAITING') { | ||
self.skipWaiting(); | ||
} | ||
}); | ||
|
||
workbox.core.clientsClaim(); | ||
|
||
/** | ||
* The workboxSW.precacheAndRoute() method efficiently caches and responds to | ||
* requests for URLs in the manifest. | ||
* See https://goo.gl/S9QRab | ||
*/ | ||
self.__precacheManifest = [].concat(self.__precacheManifest || []); | ||
workbox.precaching.precacheAndRoute(self.__precacheManifest, {}); | ||
|
||
workbox.routing.registerNavigationRoute(workbox.precaching.getCacheKeyForURL("./index.html"), { | ||
|
||
blacklist: [/^\/_/,/\/[^\/?]+\.[^\/]+$/], | ||
}); |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.