mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
deploy: fdfadf294a716a09f2df6c78b86c2160919a5695
This commit is contained in:
parent
68ea5106eb
commit
ecbfa8ad9e
15 changed files with 80 additions and 62 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -327,7 +327,7 @@
|
|||
position: relative;
|
||||
overflow-y: auto;
|
||||
}
|
||||
@media only screen and (min-width: 1300px) and (orientation: portait) {
|
||||
@media only screen and (min-width: 1300px) and (orientation: portrait) {
|
||||
.bottom-sheet-VtqY2 {
|
||||
display: none;
|
||||
}
|
||||
|
|
@ -467,7 +467,7 @@
|
|||
.color-picker-container-Cny5U .a-color-picker-circle {
|
||||
box-shadow: 0 0 0.2rem var(--color-surfacedark);
|
||||
}
|
||||
.color-picker-container-Cny5U .a-color-picker-clipbaord {
|
||||
.color-picker-container-Cny5U .a-color-picker-clipboard {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
|
|
@ -4467,6 +4467,7 @@ kbd {
|
|||
display: grid;
|
||||
grid-template-columns: repeat(7, 1fr);
|
||||
gap: 1px;
|
||||
grid-auto-rows: 1fr;
|
||||
}
|
||||
@media only screen and (max-width: 1000px) {
|
||||
.table-QbfK0 .week-mTZNI .day-LPW9e .long-UpX3r {
|
||||
|
|
@ -4499,12 +4500,9 @@ kbd {
|
|||
border-radius: 0 0 var(--border-radius) 0;
|
||||
}
|
||||
.cell-l3eWl .heading-TYXvp {
|
||||
flex: none;
|
||||
position: relative;
|
||||
height: 3rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 0 1rem;
|
||||
align-items: flex-start;
|
||||
}
|
||||
.cell-l3eWl .heading-TYXvp .day-nttmc {
|
||||
flex: none;
|
||||
|
|
@ -4520,12 +4518,15 @@ kbd {
|
|||
color: var(--primary-foreground-color);
|
||||
}
|
||||
.cell-l3eWl .items-ZZ9Jt {
|
||||
flex: 0 1 10rem;
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
gap: 1rem;
|
||||
padding: 0 0.5rem 0.5rem 0.5rem;
|
||||
gap: 0.2rem;
|
||||
padding: 0.1rem;
|
||||
flex: 1 1 60%;
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
min-width: 0;
|
||||
}
|
||||
.cell-l3eWl .items-ZZ9Jt .item-qsUNQ {
|
||||
flex: none;
|
||||
|
|
@ -4534,7 +4535,9 @@ kbd {
|
|||
justify-content: center;
|
||||
height: 100%;
|
||||
aspect-ratio: 2 / 3;
|
||||
border-radius: var(--border-radius);
|
||||
border-radius: calc(var(--border-radius) / 2);
|
||||
max-height: 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
.cell-l3eWl .items-ZZ9Jt .item-qsUNQ .icon-F3Uu8 {
|
||||
flex: none;
|
||||
|
|
@ -4549,13 +4552,11 @@ kbd {
|
|||
opacity: 0;
|
||||
}
|
||||
.cell-l3eWl .items-ZZ9Jt .item-qsUNQ .poster-goLqZ {
|
||||
flex: auto;
|
||||
z-index: 0;
|
||||
position: relative;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
max-height: 100%;
|
||||
aspect-ratio: 2 / 3;
|
||||
object-fit: cover;
|
||||
opacity: 1;
|
||||
border-radius: inherit;
|
||||
}
|
||||
.cell-l3eWl .items-ZZ9Jt .item-qsUNQ .icon-F3Uu8,
|
||||
.cell-l3eWl .items-ZZ9Jt .item-qsUNQ .poster-goLqZ {
|
||||
|
|
@ -4576,8 +4577,13 @@ kbd {
|
|||
align-self: center;
|
||||
color: var(--primary-foreground-color);
|
||||
}
|
||||
.cell-l3eWl.today-G8kuO .heading-TYXvp {
|
||||
padding: 0.3rem;
|
||||
}
|
||||
.cell-l3eWl.today-G8kuO .heading-TYXvp .day-nttmc {
|
||||
background-color: var(--primary-accent-color);
|
||||
height: 1.5rem;
|
||||
width: 1.5rem;
|
||||
}
|
||||
.cell-l3eWl.active-KC8sV {
|
||||
border-color: var(--primary-foreground-color);
|
||||
|
|
@ -4587,45 +4593,60 @@ kbd {
|
|||
border-color: var(--overlay-color);
|
||||
}
|
||||
}
|
||||
@media only screen and (max-height: 640px) and (orientation: portrait) {
|
||||
.cell-l3eWl .heading-TYXvp {
|
||||
justify-content: center;
|
||||
}
|
||||
.cell-l3eWl .items-ZZ9Jt {
|
||||
display: none;
|
||||
}
|
||||
.cell-l3eWl .more-gGKzA {
|
||||
display: flex;
|
||||
@media only screen and (max-width: 640px) {
|
||||
.cell-l3eWl .items-ZZ9Jt .item-qsUNQ {
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-height: 800px) and (orientation: landscape) {
|
||||
@media screen and (max-width: 500px) and (max-height: 1000px) and (orientation: portrait) {
|
||||
.cell-l3eWl {
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
display: grid;
|
||||
}
|
||||
.cell-l3eWl .items-ZZ9Jt {
|
||||
display: none;
|
||||
}
|
||||
.cell-l3eWl .more-gGKzA {
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-height: 1000px) and (max-width: 1000px) {
|
||||
.cell-l3eWl {
|
||||
gap: 0;
|
||||
}
|
||||
.cell-l3eWl .heading-TYXvp {
|
||||
height: 2rem;
|
||||
}
|
||||
.cell-l3eWl .heading-TYXvp .day-nttmc {
|
||||
font-size: 0.875rem;
|
||||
}
|
||||
.cell-l3eWl .items-ZZ9Jt {
|
||||
padding: 0.25rem;
|
||||
padding: 1px;
|
||||
gap: 0.15rem;
|
||||
}
|
||||
.cell-l3eWl .items-ZZ9Jt .item-qsUNQ {
|
||||
pointer-events: none;
|
||||
border-radius: calc(var(--border-radius) / 2);
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 1000px) and (max-height: 500px) and (orientation: landscape) {
|
||||
.cell-l3eWl {
|
||||
flex-direction: row;
|
||||
}
|
||||
.cell-l3eWl .items-ZZ9Jt {
|
||||
padding: 1px;
|
||||
gap: 0.15rem;
|
||||
}
|
||||
.cell-l3eWl .items-ZZ9Jt .item-qsUNQ {
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-height: 1600px) and (max-width: 1600px) and (orientation: landscape) {
|
||||
.cell-l3eWl {
|
||||
gap: 0;
|
||||
}
|
||||
.cell-l3eWl .heading-TYXvp .day-nttmc {
|
||||
padding: 0;
|
||||
font-size: 0.875rem;
|
||||
}
|
||||
.cell-l3eWl .items-ZZ9Jt {
|
||||
width: 100%;
|
||||
padding-left: 0.5rem;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 640px) and (orientation: portrait) and (pointer: fine) {
|
||||
.cell-l3eWl {
|
||||
display: flex;
|
||||
}
|
||||
.cell-l3eWl .heading-TYXvp {
|
||||
flex: 1 1 33%;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 1300px) and (orientation: portrait) {
|
||||
.cell-l3eWl .items-ZZ9Jt .item-qsUNQ {
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -7794,9 +7815,6 @@ html:not(.active-slider-within-NcgYf) .player-container-wIELK.overlayHidden-gyjI
|
|||
color: var(--primary-foreground-color);
|
||||
text-align: center;
|
||||
}
|
||||
.intro-container-tkNS6 .content-container-A1Drn .form-button-vyqqj .uppercase-UbR3f {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.intro-container-tkNS6 .content-container-A1Drn .submit-button-x3L8z,
|
||||
.intro-container-tkNS6 .content-container-A1Drn .guest-login-button-D8DWZ,
|
||||
.intro-container-tkNS6 .content-container-A1Drn .signup-form-button-UGmSk,
|
||||
|
|
@ -8197,7 +8215,7 @@ html:not(.active-slider-within-NcgYf) .player-container-wIELK.overlayHidden-gyjI
|
|||
|
||||
@font-face {
|
||||
font-family: 'PlusJakartaSans';
|
||||
src: url(../../b0b95e8785987e4ce653d2f20d51cdb397b6f126/fonts/PlusJakartaSans.ttf) format('truetype');
|
||||
src: url(../../fdfadf294a716a09f2df6c78b86c2160919a5695/fonts/PlusJakartaSans.ttf) format('truetype');
|
||||
}
|
||||
{
|
||||
/* Copyright (C) 2017-2023 Smart code 203358507 */
|
||||
|
|
@ -8360,7 +8378,7 @@ html:not(.active-slider-within-NcgYf) .player-container-wIELK.overlayHidden-gyjI
|
|||
--top-overlay-size: 5.25rem;
|
||||
--bottom-overlay-size: 0rem;
|
||||
--overlap-size: 3rem;
|
||||
--transparency-grandient-pad: 6rem;
|
||||
--transparency-gradient-pad: 6rem;
|
||||
--safe-area-inset-top: env(safe-area-inset-top, 0rem);
|
||||
--safe-area-inset-right: env(safe-area-inset-right, 0rem);
|
||||
--safe-area-inset-bottom: env(safe-area-inset-bottom, 0rem);
|
||||
File diff suppressed because one or more lines are too long
|
|
@ -1 +1 @@
|
|||
<!doctype html><html><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=0,user-scalable=no,viewport-fit=cover"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-title" content="Stremio"><link rel="icon" type="image/x-icon" href="favicons/favicon.ico"><title>Stremio - Freedom to Stream</title><link href="b0b95e8785987e4ce653d2f20d51cdb397b6f126/styles/main.css" rel="stylesheet"><meta name="apple-mobile-web-app-title" content="Stremio Web" /><meta name="apple-mobile-web-app-capable" content="yes" /><meta name="apple-mobile-web-app-status-bar-style" content="default" /><meta name="theme-color" content="#2a2843" /><link rel="apple-touch-icon" sizes="512x512" href="./maskable_icons/icon_512x512.png" /><link rel="apple-touch-icon" sizes="196x196" href="./maskable_icons/icon_196x196.png" /><link rel="manifest" href="./manifest.json" /></head><body><div id="app"></div><script src="b0b95e8785987e4ce653d2f20d51cdb397b6f126/scripts/main.js"></script><script src="b0b95e8785987e4ce653d2f20d51cdb397b6f126/scripts/worker.js"></script><script src="//www.gstatic.com/cv/js/sender/v1/cast_sender.js?loadCastFramework=1"></script><script async src="https://appleid.cdn-apple.com/appleauth/static/jsapi/appleid/1/en_US/appleid.auth.js"></script></body></html>
|
||||
<!doctype html><html><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=0,user-scalable=no,viewport-fit=cover"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-title" content="Stremio"><link rel="icon" type="image/x-icon" href="favicons/favicon.ico"><title>Stremio - Freedom to Stream</title><link href="fdfadf294a716a09f2df6c78b86c2160919a5695/styles/main.css" rel="stylesheet"><meta name="apple-mobile-web-app-title" content="Stremio Web" /><meta name="apple-mobile-web-app-capable" content="yes" /><meta name="apple-mobile-web-app-status-bar-style" content="default" /><meta name="theme-color" content="#2a2843" /><link rel="apple-touch-icon" sizes="512x512" href="./maskable_icons/icon_512x512.png" /><link rel="apple-touch-icon" sizes="196x196" href="./maskable_icons/icon_196x196.png" /><link rel="manifest" href="./manifest.json" /></head><body><div id="app"></div><script src="fdfadf294a716a09f2df6c78b86c2160919a5695/scripts/main.js"></script><script src="fdfadf294a716a09f2df6c78b86c2160919a5695/scripts/worker.js"></script><script src="//www.gstatic.com/cv/js/sender/v1/cast_sender.js?loadCastFramework=1"></script><script async src="https://appleid.cdn-apple.com/appleauth/static/jsapi/appleid/1/en_US/appleid.auth.js"></script></body></html>
|
||||
|
|
@ -1,2 +1,2 @@
|
|||
if(!self.define){let e,i={};const c=(c,r)=>(c=new URL(c+".js",r).href,i[c]||new Promise(i=>{if("document"in self){const e=document.createElement("script");e.src=c,e.onload=i,document.head.appendChild(e)}else e=c,importScripts(c),i()}).then(()=>{let e=i[c];if(!e)throw new Error(`Module ${c} didn’t register its module`);return e}));self.define=(r,a)=>{const s=e||("document"in self?document.currentScript.src:"")||location.href;if(i[s])return;let b={};const d=e=>c(e,s),n={module:{uri:s},exports:b,require:d};i[s]=Promise.all(r.map(e=>n[e]||d(e))).then(e=>(a(...e),b))}}define(["./workbox-099bf95e"],function(e){"use strict";self.skipWaiting(),e.clientsClaim(),e.precacheAndRoute([{url:".well-known/apple-app-site-association",revision:"fa0647fcd42a1063e72bd66bfdf00052"},{url:"b0b95e8785987e4ce653d2f20d51cdb397b6f126/binaries/stremio_core_web_bg.wasm",revision:"982b81fa30076bb3909a3b074f5a5233"},{url:"b0b95e8785987e4ce653d2f20d51cdb397b6f126/fonts/PlusJakartaSans.ttf",revision:"d42d5252438e0617f4fafe9c9b1eaa36"},{url:"b0b95e8785987e4ce653d2f20d51cdb397b6f126/scripts/main.js",revision:"117517bcc7b1e03029bcd2035832cceb"},{url:"b0b95e8785987e4ce653d2f20d51cdb397b6f126/scripts/worker.js",revision:"0dccf2c64604c75239ae78fae23e2fd5"},{url:"b0b95e8785987e4ce653d2f20d51cdb397b6f126/styles/main.css",revision:"e74bc043139e1a76c29d932f049c5e7f"},{url:"favicons/favicon.ico",revision:"4c07b4cdba0741908240aaf0f0996231"},{url:"images/anonymous.png",revision:"14a3d1f35520016dfa7d524bc6fe00a3"},{url:"images/background_1.svg",revision:"e13e8149bc3a081ae4b19a94339d0929"},{url:"images/background_2.svg",revision:"7400a2bd6bd3a5b6ddf4d4cd12e6e1c8"},{url:"images/calendar_placeholder.png",revision:"420d4c30fb60f24bfc0b292e0ec6f8db"},{url:"images/default_avatar.png",revision:"71b1172926723433c6e5f94a1e570993"},{url:"images/empty.png",revision:"3508ea0d8cd8dd84906ff960a356b6c9"},{url:"images/icon.png",revision:"b23a3a2bbe761ce6029c564879702ad5"},{url:"images/library_placeholder.png",revision:"47355825e2c3f3e5bcc80d204f0156c8"},{url:"images/logo.png",revision:"a747ada078440d543890a24ea9105e6d"},{url:"images/maskable_icon.png",revision:"941c7d6c4af30fd50d631032e31bbd42"},{url:"images/stremio_symbol.png",revision:"c64dbb21f02e31bc644512327ed6fe80"},{url:"index.html",revision:"bc20bc9a4339a1dcd1b06cabbc6a5c8e"},{url:"screenshots/board_narrow.webp",revision:"8329eb909f925e3658dbb7d7e6611bd1"},{url:"screenshots/board_wide.webp",revision:"506ccb23f4d5eced25b11331a10abacb"}],{})});
|
||||
if(!self.define){let e,a={};const i=(i,d)=>(i=new URL(i+".js",d).href,a[i]||new Promise(a=>{if("document"in self){const e=document.createElement("script");e.src=i,e.onload=a,document.head.appendChild(e)}else e=i,importScripts(i),a()}).then(()=>{let e=a[i];if(!e)throw new Error(`Module ${i} didn’t register its module`);return e}));self.define=(d,r)=>{const s=e||("document"in self?document.currentScript.src:"")||location.href;if(a[s])return;let f={};const c=e=>i(e,s),n={module:{uri:s},exports:f,require:c};a[s]=Promise.all(d.map(e=>n[e]||c(e))).then(e=>(r(...e),f))}}define(["./workbox-099bf95e"],function(e){"use strict";self.skipWaiting(),e.clientsClaim(),e.precacheAndRoute([{url:".well-known/apple-app-site-association",revision:"fa0647fcd42a1063e72bd66bfdf00052"},{url:"favicons/favicon.ico",revision:"4c07b4cdba0741908240aaf0f0996231"},{url:"fdfadf294a716a09f2df6c78b86c2160919a5695/binaries/stremio_core_web_bg.wasm",revision:"e7c5d0bb0a822d721b745748fd3f1203"},{url:"fdfadf294a716a09f2df6c78b86c2160919a5695/fonts/PlusJakartaSans.ttf",revision:"d42d5252438e0617f4fafe9c9b1eaa36"},{url:"fdfadf294a716a09f2df6c78b86c2160919a5695/scripts/main.js",revision:"3219d50c10052bd9bf56bfff48bd161f"},{url:"fdfadf294a716a09f2df6c78b86c2160919a5695/scripts/worker.js",revision:"ac2fbdbda6b2019915ae193d2092a849"},{url:"fdfadf294a716a09f2df6c78b86c2160919a5695/styles/main.css",revision:"3ac1c6d1db7829533d67aa91320e7fa6"},{url:"images/anonymous.png",revision:"14a3d1f35520016dfa7d524bc6fe00a3"},{url:"images/background_1.svg",revision:"e13e8149bc3a081ae4b19a94339d0929"},{url:"images/background_2.svg",revision:"7400a2bd6bd3a5b6ddf4d4cd12e6e1c8"},{url:"images/calendar_placeholder.png",revision:"420d4c30fb60f24bfc0b292e0ec6f8db"},{url:"images/default_avatar.png",revision:"71b1172926723433c6e5f94a1e570993"},{url:"images/empty.png",revision:"3508ea0d8cd8dd84906ff960a356b6c9"},{url:"images/icon.png",revision:"b23a3a2bbe761ce6029c564879702ad5"},{url:"images/library_placeholder.png",revision:"47355825e2c3f3e5bcc80d204f0156c8"},{url:"images/logo.png",revision:"a747ada078440d543890a24ea9105e6d"},{url:"images/maskable_icon.png",revision:"941c7d6c4af30fd50d631032e31bbd42"},{url:"images/stremio_symbol.png",revision:"c64dbb21f02e31bc644512327ed6fe80"},{url:"index.html",revision:"89ed53b8f74d8451179931cb3e0c366a"},{url:"screenshots/board_narrow.webp",revision:"8329eb909f925e3658dbb7d7e6611bd1"},{url:"screenshots/board_wide.webp",revision:"506ccb23f4d5eced25b11331a10abacb"}],{})});
|
||||
//# sourceMappingURL=service-worker.js.map
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
{"version":3,"file":"service-worker.js","sources":["../../../../../tmp/196f513c5fafc679d5b817770c177dd0/service-worker.js"],"sourcesContent":["import {clientsClaim as workbox_core_clientsClaim} from '/home/runner/work/stremio-web/stremio-web/node_modules/.pnpm/workbox-core@7.3.0/node_modules/workbox-core/clientsClaim.mjs';\nimport {precacheAndRoute as workbox_precaching_precacheAndRoute} from '/home/runner/work/stremio-web/stremio-web/node_modules/.pnpm/workbox-precaching@7.3.0/node_modules/workbox-precaching/precacheAndRoute.mjs';/**\n * Welcome to your Workbox-powered service worker!\n *\n * You'll need to register this file in your web app.\n * See https://goo.gl/nhQhGp\n *\n * The rest of the code is auto-generated. Please don't update this file\n * directly; instead, make changes to your Workbox build configuration\n * and re-run your build process.\n * See https://goo.gl/2aRDsh\n */\n\n\n\n\n\n\n\n\nself.skipWaiting();\n\nworkbox_core_clientsClaim();\n\n\n/**\n * The precacheAndRoute() method efficiently caches and responds to\n * requests for URLs in the manifest.\n * See https://goo.gl/S9QRab\n */\nworkbox_precaching_precacheAndRoute([\n {\n \"url\": \".well-known/apple-app-site-association\",\n \"revision\": \"fa0647fcd42a1063e72bd66bfdf00052\"\n },\n {\n \"url\": \"b0b95e8785987e4ce653d2f20d51cdb397b6f126/binaries/stremio_core_web_bg.wasm\",\n \"revision\": \"982b81fa30076bb3909a3b074f5a5233\"\n },\n {\n \"url\": \"b0b95e8785987e4ce653d2f20d51cdb397b6f126/fonts/PlusJakartaSans.ttf\",\n \"revision\": \"d42d5252438e0617f4fafe9c9b1eaa36\"\n },\n {\n \"url\": \"b0b95e8785987e4ce653d2f20d51cdb397b6f126/scripts/main.js\",\n \"revision\": \"117517bcc7b1e03029bcd2035832cceb\"\n },\n {\n \"url\": \"b0b95e8785987e4ce653d2f20d51cdb397b6f126/scripts/worker.js\",\n \"revision\": \"0dccf2c64604c75239ae78fae23e2fd5\"\n },\n {\n \"url\": \"b0b95e8785987e4ce653d2f20d51cdb397b6f126/styles/main.css\",\n \"revision\": \"e74bc043139e1a76c29d932f049c5e7f\"\n },\n {\n \"url\": \"favicons/favicon.ico\",\n \"revision\": \"4c07b4cdba0741908240aaf0f0996231\"\n },\n {\n \"url\": \"images/anonymous.png\",\n \"revision\": \"14a3d1f35520016dfa7d524bc6fe00a3\"\n },\n {\n \"url\": \"images/background_1.svg\",\n \"revision\": \"e13e8149bc3a081ae4b19a94339d0929\"\n },\n {\n \"url\": \"images/background_2.svg\",\n \"revision\": \"7400a2bd6bd3a5b6ddf4d4cd12e6e1c8\"\n },\n {\n \"url\": \"images/calendar_placeholder.png\",\n \"revision\": \"420d4c30fb60f24bfc0b292e0ec6f8db\"\n },\n {\n \"url\": \"images/default_avatar.png\",\n \"revision\": \"71b1172926723433c6e5f94a1e570993\"\n },\n {\n \"url\": \"images/empty.png\",\n \"revision\": \"3508ea0d8cd8dd84906ff960a356b6c9\"\n },\n {\n \"url\": \"images/icon.png\",\n \"revision\": \"b23a3a2bbe761ce6029c564879702ad5\"\n },\n {\n \"url\": \"images/library_placeholder.png\",\n \"revision\": \"47355825e2c3f3e5bcc80d204f0156c8\"\n },\n {\n \"url\": \"images/logo.png\",\n \"revision\": \"a747ada078440d543890a24ea9105e6d\"\n },\n {\n \"url\": \"images/maskable_icon.png\",\n \"revision\": \"941c7d6c4af30fd50d631032e31bbd42\"\n },\n {\n \"url\": \"images/stremio_symbol.png\",\n \"revision\": \"c64dbb21f02e31bc644512327ed6fe80\"\n },\n {\n \"url\": \"index.html\",\n \"revision\": \"bc20bc9a4339a1dcd1b06cabbc6a5c8e\"\n },\n {\n \"url\": \"screenshots/board_narrow.webp\",\n \"revision\": \"8329eb909f925e3658dbb7d7e6611bd1\"\n },\n {\n \"url\": \"screenshots/board_wide.webp\",\n \"revision\": \"506ccb23f4d5eced25b11331a10abacb\"\n }\n], {});\n\n\n\n\n\n\n\n\n"],"names":["self","skipWaiting","workbox_core_clientsClaim","workbox_precaching_precacheAndRoute","url","revision"],"mappings":"inBAoBAA,KAAKC,cAELC,EAAAA,eAQAC,EAAAA,iBAAoC,CAClC,CACEC,IAAO,yCACPC,SAAY,oCAEd,CACED,IAAO,6EACPC,SAAY,oCAEd,CACED,IAAO,qEACPC,SAAY,oCAEd,CACED,IAAO,2DACPC,SAAY,oCAEd,CACED,IAAO,6DACPC,SAAY,oCAEd,CACED,IAAO,2DACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,0BACPC,SAAY,oCAEd,CACED,IAAO,0BACPC,SAAY,oCAEd,CACED,IAAO,kCACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,mBACPC,SAAY,oCAEd,CACED,IAAO,kBACPC,SAAY,oCAEd,CACED,IAAO,iCACPC,SAAY,oCAEd,CACED,IAAO,kBACPC,SAAY,oCAEd,CACED,IAAO,2BACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,aACPC,SAAY,oCAEd,CACED,IAAO,gCACPC,SAAY,oCAEd,CACED,IAAO,8BACPC,SAAY,qCAEb,CAAA"}
|
||||
{"version":3,"file":"service-worker.js","sources":["../../../../../tmp/96cecea919aa8c0789ebfad994431da8/service-worker.js"],"sourcesContent":["import {clientsClaim as workbox_core_clientsClaim} from '/home/runner/work/stremio-web/stremio-web/node_modules/.pnpm/workbox-core@7.3.0/node_modules/workbox-core/clientsClaim.mjs';\nimport {precacheAndRoute as workbox_precaching_precacheAndRoute} from '/home/runner/work/stremio-web/stremio-web/node_modules/.pnpm/workbox-precaching@7.3.0/node_modules/workbox-precaching/precacheAndRoute.mjs';/**\n * Welcome to your Workbox-powered service worker!\n *\n * You'll need to register this file in your web app.\n * See https://goo.gl/nhQhGp\n *\n * The rest of the code is auto-generated. Please don't update this file\n * directly; instead, make changes to your Workbox build configuration\n * and re-run your build process.\n * See https://goo.gl/2aRDsh\n */\n\n\n\n\n\n\n\n\nself.skipWaiting();\n\nworkbox_core_clientsClaim();\n\n\n/**\n * The precacheAndRoute() method efficiently caches and responds to\n * requests for URLs in the manifest.\n * See https://goo.gl/S9QRab\n */\nworkbox_precaching_precacheAndRoute([\n {\n \"url\": \".well-known/apple-app-site-association\",\n \"revision\": \"fa0647fcd42a1063e72bd66bfdf00052\"\n },\n {\n \"url\": \"favicons/favicon.ico\",\n \"revision\": \"4c07b4cdba0741908240aaf0f0996231\"\n },\n {\n \"url\": \"fdfadf294a716a09f2df6c78b86c2160919a5695/binaries/stremio_core_web_bg.wasm\",\n \"revision\": \"e7c5d0bb0a822d721b745748fd3f1203\"\n },\n {\n \"url\": \"fdfadf294a716a09f2df6c78b86c2160919a5695/fonts/PlusJakartaSans.ttf\",\n \"revision\": \"d42d5252438e0617f4fafe9c9b1eaa36\"\n },\n {\n \"url\": \"fdfadf294a716a09f2df6c78b86c2160919a5695/scripts/main.js\",\n \"revision\": \"3219d50c10052bd9bf56bfff48bd161f\"\n },\n {\n \"url\": \"fdfadf294a716a09f2df6c78b86c2160919a5695/scripts/worker.js\",\n \"revision\": \"ac2fbdbda6b2019915ae193d2092a849\"\n },\n {\n \"url\": \"fdfadf294a716a09f2df6c78b86c2160919a5695/styles/main.css\",\n \"revision\": \"3ac1c6d1db7829533d67aa91320e7fa6\"\n },\n {\n \"url\": \"images/anonymous.png\",\n \"revision\": \"14a3d1f35520016dfa7d524bc6fe00a3\"\n },\n {\n \"url\": \"images/background_1.svg\",\n \"revision\": \"e13e8149bc3a081ae4b19a94339d0929\"\n },\n {\n \"url\": \"images/background_2.svg\",\n \"revision\": \"7400a2bd6bd3a5b6ddf4d4cd12e6e1c8\"\n },\n {\n \"url\": \"images/calendar_placeholder.png\",\n \"revision\": \"420d4c30fb60f24bfc0b292e0ec6f8db\"\n },\n {\n \"url\": \"images/default_avatar.png\",\n \"revision\": \"71b1172926723433c6e5f94a1e570993\"\n },\n {\n \"url\": \"images/empty.png\",\n \"revision\": \"3508ea0d8cd8dd84906ff960a356b6c9\"\n },\n {\n \"url\": \"images/icon.png\",\n \"revision\": \"b23a3a2bbe761ce6029c564879702ad5\"\n },\n {\n \"url\": \"images/library_placeholder.png\",\n \"revision\": \"47355825e2c3f3e5bcc80d204f0156c8\"\n },\n {\n \"url\": \"images/logo.png\",\n \"revision\": \"a747ada078440d543890a24ea9105e6d\"\n },\n {\n \"url\": \"images/maskable_icon.png\",\n \"revision\": \"941c7d6c4af30fd50d631032e31bbd42\"\n },\n {\n \"url\": \"images/stremio_symbol.png\",\n \"revision\": \"c64dbb21f02e31bc644512327ed6fe80\"\n },\n {\n \"url\": \"index.html\",\n \"revision\": \"89ed53b8f74d8451179931cb3e0c366a\"\n },\n {\n \"url\": \"screenshots/board_narrow.webp\",\n \"revision\": \"8329eb909f925e3658dbb7d7e6611bd1\"\n },\n {\n \"url\": \"screenshots/board_wide.webp\",\n \"revision\": \"506ccb23f4d5eced25b11331a10abacb\"\n }\n], {});\n\n\n\n\n\n\n\n\n"],"names":["self","skipWaiting","workbox_core_clientsClaim","workbox_precaching_precacheAndRoute","url","revision"],"mappings":"inBAoBAA,KAAKC,cAELC,EAAAA,eAQAC,EAAAA,iBAAoC,CAClC,CACEC,IAAO,yCACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,6EACPC,SAAY,oCAEd,CACED,IAAO,qEACPC,SAAY,oCAEd,CACED,IAAO,2DACPC,SAAY,oCAEd,CACED,IAAO,6DACPC,SAAY,oCAEd,CACED,IAAO,2DACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,0BACPC,SAAY,oCAEd,CACED,IAAO,0BACPC,SAAY,oCAEd,CACED,IAAO,kCACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,mBACPC,SAAY,oCAEd,CACED,IAAO,kBACPC,SAAY,oCAEd,CACED,IAAO,iCACPC,SAAY,oCAEd,CACED,IAAO,kBACPC,SAAY,oCAEd,CACED,IAAO,2BACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,aACPC,SAAY,oCAEd,CACED,IAAO,gCACPC,SAAY,oCAEd,CACED,IAAO,8BACPC,SAAY,qCAEb,CAAA"}
|
||||
Loading…
Reference in a new issue