deploy: 0541b80c567be474f5dad9eec9cef9b703d0a2e9

This commit is contained in:
tymmesyde 2025-10-23 14:00:18 +00:00
parent 6350e665b0
commit 9c19385cbe
14 changed files with 250 additions and 85 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -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;
}
@ -2611,6 +2611,94 @@ html.active-slider-within-NcgYf body {
border-radius: 100%;
}
kbd {
flex: none;
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
height: 2.5rem;
min-width: 2.5rem;
padding: 0 1rem;
font-size: 1rem;
font-weight: 500;
color: var(--primary-foreground-color);
border-radius: 0.25em;
box-shadow: 0 4px 0 1px rgba(255, 255, 255, 0.1);
background-color: var(--overlay-color);
}
.separator-uSn0j {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 2.5rem;
font-size: 1rem;
color: var(--primary-foreground-color);
}
.combos-TF23d {
position: relative;
display: flex;
overflow: visible;
}
.combos-TF23d .combo-i2l7g {
position: relative;
display: flex;
overflow: visible;
}
.combos-TF23d .combo-i2l7g .separator-KiYac {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 3.5rem;
font-size: 1rem;
color: var(--primary-foreground-color);
opacity: 0.6;
}
.shortcuts-group-LbRfT {
flex: 1 1 0;
position: relative;
min-width: 30rem;
display: flex;
flex-direction: column;
gap: 2rem;
overflow: visible;
}
.shortcuts-group-LbRfT .title-eToYZ {
flex: none;
display: flex;
font-size: 1rem;
font-weight: 400;
color: var(--primary-foreground-color);
opacity: 0.6;
}
.shortcuts-group-LbRfT .shortcuts-tQ93G {
position: relative;
display: flex;
flex-direction: column;
gap: 2rem;
overflow: visible;
}
.shortcuts-group-LbRfT .shortcuts-tQ93G .shortcut-swbky {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
gap: 2rem;
overflow: visible;
}
.shortcuts-group-LbRfT .shortcuts-tQ93G .shortcut-swbky .label-WnVj8 {
position: relative;
font-size: 1rem;
color: var(--primary-foreground-color);
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.toggle-container-lZfHP {
position: relative;
}
@ -4379,6 +4467,7 @@ html.active-slider-within-NcgYf body {
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 {
@ -4411,12 +4500,9 @@ html.active-slider-within-NcgYf body {
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;
@ -4432,12 +4518,15 @@ html.active-slider-within-NcgYf body {
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;
@ -4446,7 +4535,9 @@ html.active-slider-within-NcgYf body {
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;
@ -4461,13 +4552,11 @@ html.active-slider-within-NcgYf body {
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 {
@ -4488,8 +4577,13 @@ html.active-slider-within-NcgYf body {
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);
@ -4499,45 +4593,60 @@ html.active-slider-within-NcgYf body {
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;
}
}
@ -6373,30 +6482,9 @@ html.active-slider-within-NcgYf body {
color: var(--primary-foreground-color);
}
.shortcut-container-iOrn9 {
display: flex;
align-items: center;
justify-content: center;
padding: 0;
overflow: visible;
}
.shortcut-container-iOrn9 kbd {
flex: 0 1 auto;
height: 2.5rem;
min-width: 2.5rem;
line-height: 2.5rem;
padding: 0 1rem;
font-weight: 500;
color: var(--primary-foreground-color);
border-radius: 0.25em;
box-shadow: 0 4px 0 1px var(--modal-background-color);
background-color: var(--overlay-color);
}
.shortcut-container-iOrn9 .label-UWwT7 {
flex: none;
margin: 0 1rem;
white-space: nowrap;
color: var(--primary-foreground-color);
.shortcuts-group-lFLEk {
width: 100%;
margin-bottom: 3rem;
}
.info-nBG5H {
@ -7727,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,
@ -7978,6 +8063,86 @@ html:not(.active-slider-within-NcgYf) .player-container-wIELK.overlayHidden-gyjI
height: 2rem;
}
.shortcuts-modal-A5Jm_ {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
display: flex;
align-items: center;
justify-content: center;
}
.shortcuts-modal-A5Jm_ .backdrop-RVNbP {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: hsla(0, 0%, 0%, 0.4);
cursor: pointer;
}
.shortcuts-modal-A5Jm_ .container-OawCB {
position: relative;
display: flex;
flex-direction: column;
gap: 1rem;
max-height: 80%;
max-width: 80%;
border-radius: var(--border-radius);
background-color: var(--modal-background-color);
box-shadow: var(--outer-glow);
overflow-y: auto;
}
.shortcuts-modal-A5Jm_ .container-OawCB .header-JUh2c {
flex: none;
display: flex;
justify-content: space-between;
align-items: center;
height: 5rem;
padding-left: 2.5rem;
padding-right: 1rem;
}
.shortcuts-modal-A5Jm_ .container-OawCB .header-JUh2c .title-SaDFr {
position: relative;
font-size: 1.5rem;
font-weight: 500;
color: var(--primary-foreground-color);
}
.shortcuts-modal-A5Jm_ .container-OawCB .header-JUh2c .close-button-zS10s {
position: relative;
width: 3rem;
height: 3rem;
padding: 0.5rem;
border-radius: var(--border-radius);
z-index: 2;
}
.shortcuts-modal-A5Jm_ .container-OawCB .header-JUh2c .close-button-zS10s .icon-gr21P {
display: block;
width: 100%;
height: 100%;
color: var(--primary-foreground-color);
opacity: 0.4;
}
.shortcuts-modal-A5Jm_ .container-OawCB .header-JUh2c .close-button-zS10s:hover .icon-gr21P,
.shortcuts-modal-A5Jm_ .container-OawCB .header-JUh2c .close-button-zS10s:focus .icon-gr21P {
opacity: 1;
color: var(--primary-foreground-color);
}
.shortcuts-modal-A5Jm_ .container-OawCB .header-JUh2c .close-button-zS10s:focus {
outline-color: var(--primary-foreground-color);
}
.shortcuts-modal-A5Jm_ .container-OawCB .content-X0GHX {
position: relative;
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 3rem;
padding: 0 2.5rem;
padding-bottom: 2rem;
overflow-y: auto;
}
.error-container-OJnoc {
display: flex;
flex-direction: column;
@ -8050,7 +8215,7 @@ html:not(.active-slider-within-NcgYf) .player-container-wIELK.overlayHidden-gyjI
@font-face {
font-family: 'PlusJakartaSans';
src: url(../../37a55ac0b3475e02c739c049b5cfa8e996ed3e3d/fonts/PlusJakartaSans.ttf) format('truetype');
src: url(../../0541b80c567be474f5dad9eec9cef9b703d0a2e9/fonts/PlusJakartaSans.ttf) format('truetype');
}
{
/* Copyright (C) 2017-2023 Smart code 203358507 */
@ -8213,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

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

View file

@ -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="37a55ac0b3475e02c739c049b5cfa8e996ed3e3d/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="37a55ac0b3475e02c739c049b5cfa8e996ed3e3d/scripts/main.js"></script><script src="37a55ac0b3475e02c739c049b5cfa8e996ed3e3d/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="0541b80c567be474f5dad9eec9cef9b703d0a2e9/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="0541b80c567be474f5dad9eec9cef9b703d0a2e9/scripts/main.js"></script><script src="0541b80c567be474f5dad9eec9cef9b703d0a2e9/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>

View file

@ -1,2 +1,2 @@
if(!self.define){let e,a={};const i=(i,c)=>(i=new URL(i+".js",c).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} didnt register its module`);return e}));self.define=(c,r)=>{const s=e||("document"in self?document.currentScript.src:"")||location.href;if(a[s])return;let d={};const n=e=>i(e,s),o={module:{uri:s},exports:d,require:n};a[s]=Promise.all(c.map(e=>o[e]||n(e))).then(e=>(r(...e),d))}}define(["./workbox-099bf95e"],function(e){"use strict";self.skipWaiting(),e.clientsClaim(),e.precacheAndRoute([{url:".well-known/apple-app-site-association",revision:"fa0647fcd42a1063e72bd66bfdf00052"},{url:"37a55ac0b3475e02c739c049b5cfa8e996ed3e3d/binaries/stremio_core_web_bg.wasm",revision:"e7c5d0bb0a822d721b745748fd3f1203"},{url:"37a55ac0b3475e02c739c049b5cfa8e996ed3e3d/fonts/PlusJakartaSans.ttf",revision:"d42d5252438e0617f4fafe9c9b1eaa36"},{url:"37a55ac0b3475e02c739c049b5cfa8e996ed3e3d/scripts/main.js",revision:"ea68b91c27a8044549e5a89a49f79e01"},{url:"37a55ac0b3475e02c739c049b5cfa8e996ed3e3d/scripts/worker.js",revision:"643d293310349f856412bfb83a117f65"},{url:"37a55ac0b3475e02c739c049b5cfa8e996ed3e3d/styles/main.css",revision:"7af6a0a8cc7d6492f731d4156c4c64fc"},{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:"3e4e31d6393c18b0b2db8f303a241895"},{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} didnt 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 c={};const b=e=>i(e,s),n={module:{uri:s},exports:c,require:b};a[s]=Promise.all(d.map(e=>n[e]||b(e))).then(e=>(r(...e),c))}}define(["./workbox-099bf95e"],function(e){"use strict";self.skipWaiting(),e.clientsClaim(),e.precacheAndRoute([{url:".well-known/apple-app-site-association",revision:"fa0647fcd42a1063e72bd66bfdf00052"},{url:"0541b80c567be474f5dad9eec9cef9b703d0a2e9/binaries/stremio_core_web_bg.wasm",revision:"e7c5d0bb0a822d721b745748fd3f1203"},{url:"0541b80c567be474f5dad9eec9cef9b703d0a2e9/fonts/PlusJakartaSans.ttf",revision:"d42d5252438e0617f4fafe9c9b1eaa36"},{url:"0541b80c567be474f5dad9eec9cef9b703d0a2e9/scripts/main.js",revision:"eddb084dcb2d1752add444ccc863669d"},{url:"0541b80c567be474f5dad9eec9cef9b703d0a2e9/scripts/worker.js",revision:"5659683292d9ee0b8cf722e1f0bd3864"},{url:"0541b80c567be474f5dad9eec9cef9b703d0a2e9/styles/main.css",revision:"80420a0fab9a59b777100a920a9567cd"},{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:"58fd45b610936a7a29f9f25b81198eb8"},{url:"screenshots/board_narrow.webp",revision:"8329eb909f925e3658dbb7d7e6611bd1"},{url:"screenshots/board_wide.webp",revision:"506ccb23f4d5eced25b11331a10abacb"}],{})});
//# sourceMappingURL=service-worker.js.map

View file

@ -1 +1 @@
{"version":3,"file":"service-worker.js","sources":["../../../../../tmp/b6c67d571d959c89e9aa61c9d1b4821f/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\": \"37a55ac0b3475e02c739c049b5cfa8e996ed3e3d/binaries/stremio_core_web_bg.wasm\",\n \"revision\": \"e7c5d0bb0a822d721b745748fd3f1203\"\n },\n {\n \"url\": \"37a55ac0b3475e02c739c049b5cfa8e996ed3e3d/fonts/PlusJakartaSans.ttf\",\n \"revision\": \"d42d5252438e0617f4fafe9c9b1eaa36\"\n },\n {\n \"url\": \"37a55ac0b3475e02c739c049b5cfa8e996ed3e3d/scripts/main.js\",\n \"revision\": \"ea68b91c27a8044549e5a89a49f79e01\"\n },\n {\n \"url\": \"37a55ac0b3475e02c739c049b5cfa8e996ed3e3d/scripts/worker.js\",\n \"revision\": \"643d293310349f856412bfb83a117f65\"\n },\n {\n \"url\": \"37a55ac0b3475e02c739c049b5cfa8e996ed3e3d/styles/main.css\",\n \"revision\": \"7af6a0a8cc7d6492f731d4156c4c64fc\"\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\": \"3e4e31d6393c18b0b2db8f303a241895\"\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/74841065aeb8948e6d259ab9331d60a3/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\": \"0541b80c567be474f5dad9eec9cef9b703d0a2e9/binaries/stremio_core_web_bg.wasm\",\n \"revision\": \"e7c5d0bb0a822d721b745748fd3f1203\"\n },\n {\n \"url\": \"0541b80c567be474f5dad9eec9cef9b703d0a2e9/fonts/PlusJakartaSans.ttf\",\n \"revision\": \"d42d5252438e0617f4fafe9c9b1eaa36\"\n },\n {\n \"url\": \"0541b80c567be474f5dad9eec9cef9b703d0a2e9/scripts/main.js\",\n \"revision\": \"eddb084dcb2d1752add444ccc863669d\"\n },\n {\n \"url\": \"0541b80c567be474f5dad9eec9cef9b703d0a2e9/scripts/worker.js\",\n \"revision\": \"5659683292d9ee0b8cf722e1f0bd3864\"\n },\n {\n \"url\": \"0541b80c567be474f5dad9eec9cef9b703d0a2e9/styles/main.css\",\n \"revision\": \"80420a0fab9a59b777100a920a9567cd\"\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\": \"58fd45b610936a7a29f9f25b81198eb8\"\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"}