diff --git a/manifest.json b/manifest.json deleted file mode 100644 index 92b0712..0000000 --- a/manifest.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "short_name": "VDO.Ninja", - "name": "VDO.Ninja: Progressive Web App Version", - "icons": [ - { - "src": "./media/icon.svg", - "type": "image/svg+xml", - "sizes": "512x512" - }, - { - "src": "./media/icon.svg", - "type": "image/svg+xml", - "sizes": "192x192" - } - ], - "start_url": "./?pwa", - "background_color": "#3367D6", - "display": "standalone", - "scope": "./", - "theme_color": "#3367D6", - "description": "Weather forecast information" -} \ No newline at end of file diff --git a/thirdparty/StreamSaver.js b/thirdparty/StreamSaver.js index 8e08fc0..fd549e2 100644 --- a/thirdparty/StreamSaver.js +++ b/thirdparty/StreamSaver.js @@ -30,7 +30,7 @@ WritableStream: global.WritableStream || ponyfill.WritableStream, supported: true, version: { full: '2.0.7', major: 2, minor: 0, dot: 7 }, - mitm: './thirdparty/mitm.html' + mitm: './thirdparty/mitm.html?v=2' } /** @@ -46,14 +46,12 @@ iframe.src = src iframe.loaded = false iframe.name = 'iframe' - iframe.id = "mitm_iframe" iframe.isIframe = true iframe.postMessage = (...args) => iframe.contentWindow.postMessage(...args) iframe.addEventListener('load', () => { iframe.loaded = true }, { once: true }) document.body.appendChild(iframe) - console.log(iframe); return iframe } diff --git a/thirdparty/mitm.html b/thirdparty/mitm.html index 85c6fdb..360038d 100644 --- a/thirdparty/mitm.html +++ b/thirdparty/mitm.html @@ -14,10 +14,7 @@ when the worker then receives a stream then the worker will tell the opener to open up a link that will start the download --> - - - - \ No newline at end of file + \ No newline at end of file