deploy: f12e5a1ae39eb84031d309c3df9363424e2b81d3

This commit is contained in:
kKaskak 2025-01-15 19:36:09 +00:00
parent bdfded7f86
commit f1ec34a877
31 changed files with 79 additions and 36 deletions

View file

@ -1017,6 +1017,13 @@
mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 10%, #000000 calc(100% - 10%), rgba(0, 0, 0, 0) 100%);
}
.text-input-hnLiz {
user-select: text;
}
.text-input-hnLiz::-moz-focus-inner {
border: none;
}
.search-bar-container-asfq1 {
--search-bar-size: 3.25rem;
display: flex;
@ -1446,13 +1453,6 @@
}
}
.text-input-hnLiz {
user-select: text;
}
.text-input-hnLiz::-moz-focus-inner {
border: none;
}
.share-prompt-container-EXOaj .buttons-container-fiSbJ {
display: flex;
flex-direction: row;
@ -4068,7 +4068,7 @@ html.active-slider-within-NcgYf body {
display: flex;
flex-direction: row;
gap: 1rem;
padding: 0 1rem 1rem 1rem;
padding: 0 0.5rem 0.5rem 0.5rem;
}
.cell-l3eWl .items-ZZ9Jt .item-qsUNQ {
flex: none;
@ -4130,7 +4130,7 @@ html.active-slider-within-NcgYf body {
border-color: var(--overlay-color);
}
}
@media only screen and (orientation: portrait) {
@media only screen and (max-height: 640px) and (orientation: portrait) {
.cell-l3eWl .heading-TYXvp {
justify-content: center;
}
@ -4141,7 +4141,7 @@ html.active-slider-within-NcgYf body {
display: flex;
}
}
@media only screen and (max-width: 1300px) and (orientation: landscape) {
@media only screen and (max-height: 800px) and (orientation: landscape) {
.cell-l3eWl {
flex-direction: row;
align-items: center;
@ -4153,12 +4153,22 @@ html.active-slider-within-NcgYf body {
display: flex;
}
}
@media only screen and (max-height: 800px) and (orientation: landscape) {
.cell-l3eWl .items-ZZ9Jt {
display: none;
@media only screen and (max-height: 1000px) and (max-width: 1000px) {
.cell-l3eWl {
gap: 0;
}
.cell-l3eWl .more-gGKzA {
display: flex;
.cell-l3eWl .heading-TYXvp {
height: 2rem;
}
.cell-l3eWl .heading-TYXvp .day-nttmc {
font-size: 0.875rem;
}
.cell-l3eWl .items-ZZ9Jt {
padding: 0.25rem;
}
.cell-l3eWl .items-ZZ9Jt .item-qsUNQ {
pointer-events: none;
border-radius: calc(var(--border-radius) / 2);
}
}
@ -4423,7 +4433,7 @@ html.active-slider-within-NcgYf body {
gap: 0.5rem;
width: 100%;
height: 100%;
padding: 0 0 2rem 2rem;
padding: 0 0 calc(1.5rem + var(--safe-area-inset-bottom)) 2rem;
}
.calendar-cH2jw .content-wBwrQ .main-vWt7d {
flex: auto;
@ -4439,7 +4449,7 @@ html.active-slider-within-NcgYf body {
}
@media only screen and (max-width: 1300px) and (orientation: landscape) {
.calendar-cH2jw .content-wBwrQ {
padding: 0 0 0 1rem;
padding: 0 0 calc(1.5rem + var(--safe-area-inset-bottom)) 1rem;
}
}
@ -7126,7 +7136,7 @@ html:not(.active-slider-within-NcgYf) .player-container-wIELK.overlayHidden-gyjI
bottom: -1rem;
left: -1rem;
right: -1rem;
background: url(../../b37a6d1368c29c1675e07578f443580010f4eb38/images/background_1.svg), url(../../b37a6d1368c29c1675e07578f443580010f4eb38/images/background_2.svg);
background: url(../../f12e5a1ae39eb84031d309c3df9363424e2b81d3/images/background_1.svg), url(../../f12e5a1ae39eb84031d309c3df9363424e2b81d3/images/background_2.svg);
background-color: var(--primary-background-color);
background-position: bottom left, top right;
background-size: 53%, 54%;
@ -7442,22 +7452,35 @@ html:not(.active-slider-within-NcgYf) .player-container-wIELK.overlayHidden-gyjI
@font-face {
font-family: 'PlusJakartaSans';
src: url(../../b37a6d1368c29c1675e07578f443580010f4eb38/fonts/PlusJakartaSans.ttf) format('truetype');
src: url(../../f12e5a1ae39eb84031d309c3df9363424e2b81d3/fonts/PlusJakartaSans.ttf) format('truetype');
}
{
/* Copyright (C) 2017-2023 Smart code 203358507 */
}
.animation-fade-in {
animation-timing-function: ease-in-out;
animation-duration: 100ms;
animation-duration: 350ms;
}
.animation-fade-in {
animation-name: fade-in-pFkt_;
}
@media (prefers-reduced-motion) {
.animation-fade-in {
animation-name: fade-in-no-motion-lYmxL;
}
}
@keyframes fade-in-pFkt_ {
0% {
opacity: 0;
transform: translateY(4px);
}
40% {
opacity: 0;
transform: translateY(4px);
}
70% {
opacity: 0.6;
transform: translateY(0.2vh);
transform: translateY(2px);
}
100% {
opacity: 1;
@ -7489,6 +7512,20 @@ html:not(.active-slider-within-NcgYf) .player-container-wIELK.overlayHidden-gyjI
.slide-left-exit {
transform: translateX(100%);
}
@keyframes fade-in-no-motion-lYmxL {
0% {
opacity: 0;
}
40% {
opacity: 0;
}
70% {
opacity: 0.6;
}
100% {
opacity: 1;
}
}
.routes-container {
position: relative;
z-index: 0;
@ -7611,6 +7648,12 @@ html {
touch-action: manipulation;
-webkit-tap-highlight-color: transparent;
}
@media (display-mode: standalone) {
html {
width: calc(max(100%, 100lvw));
height: calc(max(100%, 100lvh));
}
}
html body {
width: 100%;
height: 100%;

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="b37a6d1368c29c1675e07578f443580010f4eb38/favicons/favicon.ico"><title>Stremio - Freedom to Stream</title><link href="b37a6d1368c29c1675e07578f443580010f4eb38/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="./b37a6d1368c29c1675e07578f443580010f4eb38/maskable_icons/icon_512x512.png" /><link rel="apple-touch-icon" sizes="196x196" href="./b37a6d1368c29c1675e07578f443580010f4eb38/maskable_icons/icon_196x196.png" /><link rel="manifest" href="./manifest.json" /></head><body><div id="app"></div><script src="b37a6d1368c29c1675e07578f443580010f4eb38/scripts/main.js"></script><script src="b37a6d1368c29c1675e07578f443580010f4eb38/scripts/worker.js"></script><script src="//www.gstatic.com/cv/js/sender/v1/cast_sender.js?loadCastFramework=1"></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="f12e5a1ae39eb84031d309c3df9363424e2b81d3/favicons/favicon.ico"><title>Stremio - Freedom to Stream</title><link href="f12e5a1ae39eb84031d309c3df9363424e2b81d3/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="./f12e5a1ae39eb84031d309c3df9363424e2b81d3/maskable_icons/icon_512x512.png" /><link rel="apple-touch-icon" sizes="196x196" href="./f12e5a1ae39eb84031d309c3df9363424e2b81d3/maskable_icons/icon_196x196.png" /><link rel="manifest" href="./manifest.json" /></head><body><div id="app"></div><script src="f12e5a1ae39eb84031d309c3df9363424e2b81d3/scripts/main.js"></script><script src="f12e5a1ae39eb84031d309c3df9363424e2b81d3/scripts/worker.js"></script><script src="//www.gstatic.com/cv/js/sender/v1/cast_sender.js?loadCastFramework=1"></script></body></html>

View file

@ -1,30 +1,30 @@
{
"icons": [
{
"src": "./b37a6d1368c29c1675e07578f443580010f4eb38/favicons/icon_256x256.ico",
"src": "./f12e5a1ae39eb84031d309c3df9363424e2b81d3/favicons/icon_256x256.ico",
"sizes": "256x256",
"type": "image/vnd.microsoft.icon"
},
{
"src": "./b37a6d1368c29c1675e07578f443580010f4eb38/maskable_icons/icon_512x512.png",
"src": "./f12e5a1ae39eb84031d309c3df9363424e2b81d3/maskable_icons/icon_512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "./b37a6d1368c29c1675e07578f443580010f4eb38/maskable_icons/icon_196x196.png",
"src": "./f12e5a1ae39eb84031d309c3df9363424e2b81d3/maskable_icons/icon_196x196.png",
"sizes": "196x196",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "./b37a6d1368c29c1675e07578f443580010f4eb38/icons/icon_512x512.png",
"src": "./f12e5a1ae39eb84031d309c3df9363424e2b81d3/icons/icon_512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "./b37a6d1368c29c1675e07578f443580010f4eb38/icons/icon_196x196.png",
"src": "./f12e5a1ae39eb84031d309c3df9363424e2b81d3/icons/icon_196x196.png",
"sizes": "196x196",
"type": "image/png",
"purpose": "any"
@ -44,14 +44,14 @@
"scope": "./",
"screenshots": [
{
"src": "b37a6d1368c29c1675e07578f443580010f4eb38/screenshots/board_wide.webp",
"src": "f12e5a1ae39eb84031d309c3df9363424e2b81d3/screenshots/board_wide.webp",
"sizes": "1440x900",
"type": "image/webp",
"form_factor": "wide",
"label": "Homescreen of Stremio"
},
{
"src": "b37a6d1368c29c1675e07578f443580010f4eb38/screenshots/board_narrow.webp",
"src": "f12e5a1ae39eb84031d309c3df9363424e2b81d3/screenshots/board_narrow.webp",
"sizes": "414x896",
"type": "image/webp",
"form_factor": "narrow",

View file

@ -1,2 +1,2 @@
if(!self.define){let e,c={};const a=(a,b)=>(a=new URL(a+".js",b).href,c[a]||new Promise((c=>{if("document"in self){const e=document.createElement("script");e.src=a,e.onload=c,document.head.appendChild(e)}else e=a,importScripts(a),c()})).then((()=>{let e=c[a];if(!e)throw new Error(`Module ${a} didnt register its module`);return e})));self.define=(b,f)=>{const i=e||("document"in self?document.currentScript.src:"")||location.href;if(c[i])return;let d={};const r=e=>a(e,i),s={module:{uri:i},exports:d,require:r};c[i]=Promise.all(b.map((e=>s[e]||r(e)))).then((e=>(f(...e),d)))}}define(["./workbox-1f84e78b"],(function(e){"use strict";self.skipWaiting(),e.clientsClaim(),e.precacheAndRoute([{url:"b37a6d1368c29c1675e07578f443580010f4eb38/binaries/stremio_core_web_bg.wasm",revision:"04f1fdb5321385df64222705f98ddb6d"},{url:"b37a6d1368c29c1675e07578f443580010f4eb38/favicons/favicon.ico",revision:"4c07b4cdba0741908240aaf0f0996231"},{url:"b37a6d1368c29c1675e07578f443580010f4eb38/fonts/PlusJakartaSans.ttf",revision:"d42d5252438e0617f4fafe9c9b1eaa36"},{url:"b37a6d1368c29c1675e07578f443580010f4eb38/images/anonymous.png",revision:"14a3d1f35520016dfa7d524bc6fe00a3"},{url:"b37a6d1368c29c1675e07578f443580010f4eb38/images/background_1.svg",revision:"e13e8149bc3a081ae4b19a94339d0929"},{url:"b37a6d1368c29c1675e07578f443580010f4eb38/images/background_2.svg",revision:"7400a2bd6bd3a5b6ddf4d4cd12e6e1c8"},{url:"b37a6d1368c29c1675e07578f443580010f4eb38/images/calendar_placeholder.png",revision:"420d4c30fb60f24bfc0b292e0ec6f8db"},{url:"b37a6d1368c29c1675e07578f443580010f4eb38/images/default_avatar.png",revision:"71b1172926723433c6e5f94a1e570993"},{url:"b37a6d1368c29c1675e07578f443580010f4eb38/images/empty.png",revision:"3508ea0d8cd8dd84906ff960a356b6c9"},{url:"b37a6d1368c29c1675e07578f443580010f4eb38/images/icon.png",revision:"b23a3a2bbe761ce6029c564879702ad5"},{url:"b37a6d1368c29c1675e07578f443580010f4eb38/images/logo.png",revision:"a747ada078440d543890a24ea9105e6d"},{url:"b37a6d1368c29c1675e07578f443580010f4eb38/images/maskable_icon.png",revision:"941c7d6c4af30fd50d631032e31bbd42"},{url:"b37a6d1368c29c1675e07578f443580010f4eb38/images/stremio_symbol.png",revision:"c64dbb21f02e31bc644512327ed6fe80"},{url:"b37a6d1368c29c1675e07578f443580010f4eb38/screenshots/board_narrow.webp",revision:"8329eb909f925e3658dbb7d7e6611bd1"},{url:"b37a6d1368c29c1675e07578f443580010f4eb38/screenshots/board_wide.webp",revision:"506ccb23f4d5eced25b11331a10abacb"},{url:"b37a6d1368c29c1675e07578f443580010f4eb38/scripts/main.js",revision:"670a7d95756f0c556083a977be93a1ed"},{url:"b37a6d1368c29c1675e07578f443580010f4eb38/scripts/worker.js",revision:"7f0f219b4d989e2776512c3307427378"},{url:"b37a6d1368c29c1675e07578f443580010f4eb38/styles/main.css",revision:"2065affec94688180cd076324b56e680"},{url:"index.html",revision:"2738f5c8917c4ce7c220a0d88493c29b"}],{})}));
if(!self.define){let e,d={};const a=(a,b)=>(a=new URL(a+".js",b).href,d[a]||new Promise((d=>{if("document"in self){const e=document.createElement("script");e.src=a,e.onload=d,document.head.appendChild(e)}else e=a,importScripts(a),d()})).then((()=>{let e=d[a];if(!e)throw new Error(`Module ${a} didnt register its module`);return e})));self.define=(b,f)=>{const i=e||("document"in self?document.currentScript.src:"")||location.href;if(d[i])return;let r={};const c=e=>a(e,i),s={module:{uri:i},exports:r,require:c};d[i]=Promise.all(b.map((e=>s[e]||c(e)))).then((e=>(f(...e),r)))}}define(["./workbox-1f84e78b"],(function(e){"use strict";self.skipWaiting(),e.clientsClaim(),e.precacheAndRoute([{url:"f12e5a1ae39eb84031d309c3df9363424e2b81d3/binaries/stremio_core_web_bg.wasm",revision:"04f1fdb5321385df64222705f98ddb6d"},{url:"f12e5a1ae39eb84031d309c3df9363424e2b81d3/favicons/favicon.ico",revision:"4c07b4cdba0741908240aaf0f0996231"},{url:"f12e5a1ae39eb84031d309c3df9363424e2b81d3/fonts/PlusJakartaSans.ttf",revision:"d42d5252438e0617f4fafe9c9b1eaa36"},{url:"f12e5a1ae39eb84031d309c3df9363424e2b81d3/images/anonymous.png",revision:"14a3d1f35520016dfa7d524bc6fe00a3"},{url:"f12e5a1ae39eb84031d309c3df9363424e2b81d3/images/background_1.svg",revision:"e13e8149bc3a081ae4b19a94339d0929"},{url:"f12e5a1ae39eb84031d309c3df9363424e2b81d3/images/background_2.svg",revision:"7400a2bd6bd3a5b6ddf4d4cd12e6e1c8"},{url:"f12e5a1ae39eb84031d309c3df9363424e2b81d3/images/calendar_placeholder.png",revision:"420d4c30fb60f24bfc0b292e0ec6f8db"},{url:"f12e5a1ae39eb84031d309c3df9363424e2b81d3/images/default_avatar.png",revision:"71b1172926723433c6e5f94a1e570993"},{url:"f12e5a1ae39eb84031d309c3df9363424e2b81d3/images/empty.png",revision:"3508ea0d8cd8dd84906ff960a356b6c9"},{url:"f12e5a1ae39eb84031d309c3df9363424e2b81d3/images/icon.png",revision:"b23a3a2bbe761ce6029c564879702ad5"},{url:"f12e5a1ae39eb84031d309c3df9363424e2b81d3/images/logo.png",revision:"a747ada078440d543890a24ea9105e6d"},{url:"f12e5a1ae39eb84031d309c3df9363424e2b81d3/images/maskable_icon.png",revision:"941c7d6c4af30fd50d631032e31bbd42"},{url:"f12e5a1ae39eb84031d309c3df9363424e2b81d3/images/stremio_symbol.png",revision:"c64dbb21f02e31bc644512327ed6fe80"},{url:"f12e5a1ae39eb84031d309c3df9363424e2b81d3/screenshots/board_narrow.webp",revision:"8329eb909f925e3658dbb7d7e6611bd1"},{url:"f12e5a1ae39eb84031d309c3df9363424e2b81d3/screenshots/board_wide.webp",revision:"506ccb23f4d5eced25b11331a10abacb"},{url:"f12e5a1ae39eb84031d309c3df9363424e2b81d3/scripts/main.js",revision:"73ea6c0908137e6316f25a5ea0f7472d"},{url:"f12e5a1ae39eb84031d309c3df9363424e2b81d3/scripts/worker.js",revision:"570cc5c15f58b7891586bdb4ba5a7757"},{url:"f12e5a1ae39eb84031d309c3df9363424e2b81d3/styles/main.css",revision:"f162a681ee5ed82a516ecb0a7ecd550b"},{url:"index.html",revision:"b41afd3689c4d15b78cfb2aa433959af"}],{})}));
//# sourceMappingURL=service-worker.js.map

View file

@ -1 +1 @@
{"version":3,"file":"service-worker.js","sources":["../../../../../tmp/974ee348ca88fe76604d436cce05cd36/service-worker.js"],"sourcesContent":["import {clientsClaim as workbox_core_clientsClaim} from '/home/runner/work/stremio-web/stremio-web/node_modules/workbox-core/clientsClaim.mjs';\nimport {precacheAndRoute as workbox_precaching_precacheAndRoute} from '/home/runner/work/stremio-web/stremio-web/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\": \"b37a6d1368c29c1675e07578f443580010f4eb38/binaries/stremio_core_web_bg.wasm\",\n \"revision\": \"04f1fdb5321385df64222705f98ddb6d\"\n },\n {\n \"url\": \"b37a6d1368c29c1675e07578f443580010f4eb38/favicons/favicon.ico\",\n \"revision\": \"4c07b4cdba0741908240aaf0f0996231\"\n },\n {\n \"url\": \"b37a6d1368c29c1675e07578f443580010f4eb38/fonts/PlusJakartaSans.ttf\",\n \"revision\": \"d42d5252438e0617f4fafe9c9b1eaa36\"\n },\n {\n \"url\": \"b37a6d1368c29c1675e07578f443580010f4eb38/images/anonymous.png\",\n \"revision\": \"14a3d1f35520016dfa7d524bc6fe00a3\"\n },\n {\n \"url\": \"b37a6d1368c29c1675e07578f443580010f4eb38/images/background_1.svg\",\n \"revision\": \"e13e8149bc3a081ae4b19a94339d0929\"\n },\n {\n \"url\": \"b37a6d1368c29c1675e07578f443580010f4eb38/images/background_2.svg\",\n \"revision\": \"7400a2bd6bd3a5b6ddf4d4cd12e6e1c8\"\n },\n {\n \"url\": \"b37a6d1368c29c1675e07578f443580010f4eb38/images/calendar_placeholder.png\",\n \"revision\": \"420d4c30fb60f24bfc0b292e0ec6f8db\"\n },\n {\n \"url\": \"b37a6d1368c29c1675e07578f443580010f4eb38/images/default_avatar.png\",\n \"revision\": \"71b1172926723433c6e5f94a1e570993\"\n },\n {\n \"url\": \"b37a6d1368c29c1675e07578f443580010f4eb38/images/empty.png\",\n \"revision\": \"3508ea0d8cd8dd84906ff960a356b6c9\"\n },\n {\n \"url\": \"b37a6d1368c29c1675e07578f443580010f4eb38/images/icon.png\",\n \"revision\": \"b23a3a2bbe761ce6029c564879702ad5\"\n },\n {\n \"url\": \"b37a6d1368c29c1675e07578f443580010f4eb38/images/logo.png\",\n \"revision\": \"a747ada078440d543890a24ea9105e6d\"\n },\n {\n \"url\": \"b37a6d1368c29c1675e07578f443580010f4eb38/images/maskable_icon.png\",\n \"revision\": \"941c7d6c4af30fd50d631032e31bbd42\"\n },\n {\n \"url\": \"b37a6d1368c29c1675e07578f443580010f4eb38/images/stremio_symbol.png\",\n \"revision\": \"c64dbb21f02e31bc644512327ed6fe80\"\n },\n {\n \"url\": \"b37a6d1368c29c1675e07578f443580010f4eb38/screenshots/board_narrow.webp\",\n \"revision\": \"8329eb909f925e3658dbb7d7e6611bd1\"\n },\n {\n \"url\": \"b37a6d1368c29c1675e07578f443580010f4eb38/screenshots/board_wide.webp\",\n \"revision\": \"506ccb23f4d5eced25b11331a10abacb\"\n },\n {\n \"url\": \"b37a6d1368c29c1675e07578f443580010f4eb38/scripts/main.js\",\n \"revision\": \"670a7d95756f0c556083a977be93a1ed\"\n },\n {\n \"url\": \"b37a6d1368c29c1675e07578f443580010f4eb38/scripts/worker.js\",\n \"revision\": \"7f0f219b4d989e2776512c3307427378\"\n },\n {\n \"url\": \"b37a6d1368c29c1675e07578f443580010f4eb38/styles/main.css\",\n \"revision\": \"2065affec94688180cd076324b56e680\"\n },\n {\n \"url\": \"index.html\",\n \"revision\": \"2738f5c8917c4ce7c220a0d88493c29b\"\n }\n], {});\n\n\n\n\n\n\n\n\n"],"names":["self","skipWaiting","workbox_core_clientsClaim","workbox_precaching_precacheAndRoute","url","revision"],"mappings":"0nBAoBAA,KAAKC,cAELC,EAAAA,eAQAC,EAAAA,iBAAoC,CAClC,CACEC,IAAO,6EACPC,SAAY,oCAEd,CACED,IAAO,gEACPC,SAAY,oCAEd,CACED,IAAO,qEACPC,SAAY,oCAEd,CACED,IAAO,gEACPC,SAAY,oCAEd,CACED,IAAO,mEACPC,SAAY,oCAEd,CACED,IAAO,mEACPC,SAAY,oCAEd,CACED,IAAO,2EACPC,SAAY,oCAEd,CACED,IAAO,qEACPC,SAAY,oCAEd,CACED,IAAO,4DACPC,SAAY,oCAEd,CACED,IAAO,2DACPC,SAAY,oCAEd,CACED,IAAO,2DACPC,SAAY,oCAEd,CACED,IAAO,oEACPC,SAAY,oCAEd,CACED,IAAO,qEACPC,SAAY,oCAEd,CACED,IAAO,yEACPC,SAAY,oCAEd,CACED,IAAO,uEACPC,SAAY,oCAEd,CACED,IAAO,2DACPC,SAAY,oCAEd,CACED,IAAO,6DACPC,SAAY,oCAEd,CACED,IAAO,2DACPC,SAAY,oCAEd,CACED,IAAO,aACPC,SAAY,qCAEb,CAAA"}
{"version":3,"file":"service-worker.js","sources":["../../../../../tmp/32016e33068fea30dd8a2bc4d1365568/service-worker.js"],"sourcesContent":["import {clientsClaim as workbox_core_clientsClaim} from '/home/runner/work/stremio-web/stremio-web/node_modules/workbox-core/clientsClaim.mjs';\nimport {precacheAndRoute as workbox_precaching_precacheAndRoute} from '/home/runner/work/stremio-web/stremio-web/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\": \"f12e5a1ae39eb84031d309c3df9363424e2b81d3/binaries/stremio_core_web_bg.wasm\",\n \"revision\": \"04f1fdb5321385df64222705f98ddb6d\"\n },\n {\n \"url\": \"f12e5a1ae39eb84031d309c3df9363424e2b81d3/favicons/favicon.ico\",\n \"revision\": \"4c07b4cdba0741908240aaf0f0996231\"\n },\n {\n \"url\": \"f12e5a1ae39eb84031d309c3df9363424e2b81d3/fonts/PlusJakartaSans.ttf\",\n \"revision\": \"d42d5252438e0617f4fafe9c9b1eaa36\"\n },\n {\n \"url\": \"f12e5a1ae39eb84031d309c3df9363424e2b81d3/images/anonymous.png\",\n \"revision\": \"14a3d1f35520016dfa7d524bc6fe00a3\"\n },\n {\n \"url\": \"f12e5a1ae39eb84031d309c3df9363424e2b81d3/images/background_1.svg\",\n \"revision\": \"e13e8149bc3a081ae4b19a94339d0929\"\n },\n {\n \"url\": \"f12e5a1ae39eb84031d309c3df9363424e2b81d3/images/background_2.svg\",\n \"revision\": \"7400a2bd6bd3a5b6ddf4d4cd12e6e1c8\"\n },\n {\n \"url\": \"f12e5a1ae39eb84031d309c3df9363424e2b81d3/images/calendar_placeholder.png\",\n \"revision\": \"420d4c30fb60f24bfc0b292e0ec6f8db\"\n },\n {\n \"url\": \"f12e5a1ae39eb84031d309c3df9363424e2b81d3/images/default_avatar.png\",\n \"revision\": \"71b1172926723433c6e5f94a1e570993\"\n },\n {\n \"url\": \"f12e5a1ae39eb84031d309c3df9363424e2b81d3/images/empty.png\",\n \"revision\": \"3508ea0d8cd8dd84906ff960a356b6c9\"\n },\n {\n \"url\": \"f12e5a1ae39eb84031d309c3df9363424e2b81d3/images/icon.png\",\n \"revision\": \"b23a3a2bbe761ce6029c564879702ad5\"\n },\n {\n \"url\": \"f12e5a1ae39eb84031d309c3df9363424e2b81d3/images/logo.png\",\n \"revision\": \"a747ada078440d543890a24ea9105e6d\"\n },\n {\n \"url\": \"f12e5a1ae39eb84031d309c3df9363424e2b81d3/images/maskable_icon.png\",\n \"revision\": \"941c7d6c4af30fd50d631032e31bbd42\"\n },\n {\n \"url\": \"f12e5a1ae39eb84031d309c3df9363424e2b81d3/images/stremio_symbol.png\",\n \"revision\": \"c64dbb21f02e31bc644512327ed6fe80\"\n },\n {\n \"url\": \"f12e5a1ae39eb84031d309c3df9363424e2b81d3/screenshots/board_narrow.webp\",\n \"revision\": \"8329eb909f925e3658dbb7d7e6611bd1\"\n },\n {\n \"url\": \"f12e5a1ae39eb84031d309c3df9363424e2b81d3/screenshots/board_wide.webp\",\n \"revision\": \"506ccb23f4d5eced25b11331a10abacb\"\n },\n {\n \"url\": \"f12e5a1ae39eb84031d309c3df9363424e2b81d3/scripts/main.js\",\n \"revision\": \"73ea6c0908137e6316f25a5ea0f7472d\"\n },\n {\n \"url\": \"f12e5a1ae39eb84031d309c3df9363424e2b81d3/scripts/worker.js\",\n \"revision\": \"570cc5c15f58b7891586bdb4ba5a7757\"\n },\n {\n \"url\": \"f12e5a1ae39eb84031d309c3df9363424e2b81d3/styles/main.css\",\n \"revision\": \"f162a681ee5ed82a516ecb0a7ecd550b\"\n },\n {\n \"url\": \"index.html\",\n \"revision\": \"b41afd3689c4d15b78cfb2aa433959af\"\n }\n], {});\n\n\n\n\n\n\n\n\n"],"names":["self","skipWaiting","workbox_core_clientsClaim","workbox_precaching_precacheAndRoute","url","revision"],"mappings":"0nBAoBAA,KAAKC,cAELC,EAAAA,eAQAC,EAAAA,iBAAoC,CAClC,CACEC,IAAO,6EACPC,SAAY,oCAEd,CACED,IAAO,gEACPC,SAAY,oCAEd,CACED,IAAO,qEACPC,SAAY,oCAEd,CACED,IAAO,gEACPC,SAAY,oCAEd,CACED,IAAO,mEACPC,SAAY,oCAEd,CACED,IAAO,mEACPC,SAAY,oCAEd,CACED,IAAO,2EACPC,SAAY,oCAEd,CACED,IAAO,qEACPC,SAAY,oCAEd,CACED,IAAO,4DACPC,SAAY,oCAEd,CACED,IAAO,2DACPC,SAAY,oCAEd,CACED,IAAO,2DACPC,SAAY,oCAEd,CACED,IAAO,oEACPC,SAAY,oCAEd,CACED,IAAO,qEACPC,SAAY,oCAEd,CACED,IAAO,yEACPC,SAAY,oCAEd,CACED,IAAO,uEACPC,SAAY,oCAEd,CACED,IAAO,2DACPC,SAAY,oCAEd,CACED,IAAO,6DACPC,SAAY,oCAEd,CACED,IAAO,2DACPC,SAAY,oCAEd,CACED,IAAO,aACPC,SAAY,qCAEb,CAAA"}