deploy: cbcb26fa62124d61b148ce89c70cfde9c3c8a044

This commit is contained in:
kKaskak 2026-01-22 10:37:56 +00:00
parent 2f3b6f3b10
commit 78b4424812
23 changed files with 337 additions and 155 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

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;
}
@ -404,7 +404,7 @@
cursor: not-allowed;
}
.checkbox-_AF32 .checkbox-container-O5cy3.error-LWgU0 {
border-color: var(--color-trakt);
border-color: var(--danger-accent-color);
}
.checkbox-_AF32 .checkbox-container-O5cy3.checked-cf9YT {
background-color: var(--primary-accent-color);
@ -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;
}
@ -2066,6 +2066,7 @@
border-radius: 2rem;
height: 4rem;
width: fit-content;
backdrop-filter: blur(5px);
}
.ratings-container-eQRLs .icon-container-kow_q {
display: flex;
@ -2475,7 +2476,7 @@
cursor: not-allowed;
}
.radio-button-SGEc1 .radio-container-wPddo.error-_vY0h {
border-color: var(--color-trakt);
border-color: var(--danger-accent-color);
}
.radio-button-SGEc1 .radio-container-wPddo.selected-M_zHA .inner-circle-vdtUP {
background-color: var(--primary-accent-color);
@ -2611,6 +2612,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;
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;
}
@ -2674,6 +2763,12 @@ html.active-slider-within-NcgYf body {
padding: 0.5rem;
margin-bottom: 0.5rem;
border-radius: var(--border-radius);
border: 0.15rem solid transparent;
}
@supports (scroll-margin: 1.25rem) {
.video-container-ezBpK {
scroll-margin: 1.25rem;
}
}
.video-container-ezBpK:hover,
.video-container-ezBpK:focus,
@ -2810,6 +2905,17 @@ html.active-slider-within-NcgYf body {
.video-container-ezBpK .info-container-xyynk .flex-row-container-CAyQu .upcoming-watched-container-msCaq .watched-container-gvzs3 {
background-color: var(--tertiary-accent-color);
}
.video-container-ezBpK.selected-AfK31 {
animation: border-nc19J 3s ease-in-out forwards;
}
@keyframes border-nc19J {
0% {
border: 0.15rem solid var(--primary-accent-color);
}
100% {
border: 0.15rem solid transparent;
}
}
.video-container-ezBpK .menu-container-B6cqK {
max-width: calc(90% - 1.5rem);
z-index: 2;
@ -2870,7 +2976,7 @@ html.active-slider-within-NcgYf body {
color: hsl(147.7, 68%, 41.7%);
}
.toast-item-container-nG0uk.error-quyOd .icon-container-rjAiH .icon-Y4I_O {
color: var(--color-trakt);
color: var(--danger-accent-color);
}
.toast-item-container-nG0uk.info-KEWq8 .icon-container-rjAiH {
background-color: hsl(275.1, 33%, 48%);
@ -4379,6 +4485,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 +4518,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 +4536,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 +4553,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 +4570,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 +4595,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 +4611,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;
}
}
@ -5930,8 +6057,8 @@ html.active-slider-within-NcgYf body {
gap: 0.75rem;
}
.option-vFOAS .heading-dYMDt .icon-fE4hv {
width: 3rem;
height: 3rem;
width: 4rem;
height: 4rem;
color: var(--primary-foreground-color);
}
.option-vFOAS .heading-dYMDt .label-qI6Vh {
@ -6071,7 +6198,7 @@ html.active-slider-within-NcgYf body {
}
}
.option-vFOAS{flex:none;flex-direction:row;gap:2rem;margin-bottom:2rem;overflow:visible;width:100%}.option-vFOAS,.option-vFOAS .content-P2T0i,.option-vFOAS .heading-dYMDt{align-items:center;display:flex;position:relative}.option-vFOAS .content-P2T0i,.option-vFOAS .heading-dYMDt{flex:1 1 50%;flex-direction:row}.option-vFOAS .heading-dYMDt{display:flex;gap:0.75rem}.option-vFOAS .heading-dYMDt .icon-fE4hv{color:var(--primary-foreground-color);height:3rem;width:3rem}.option-vFOAS .heading-dYMDt .label-qI6Vh{color:var(--primary-foreground-color);line-height:1.5rem;text-overflow:ellipsis;white-space:nowrap}.option-vFOAS .content-P2T0i{justify-content:center;overflow:visible}.option-vFOAS .content-P2T0i .multiselect{background:var(--overlay-color);padding:0;width:100%}.option-vFOAS .content-P2T0i .button{align-items:center;background-color:var(--overlay-color);border-radius:3.5rem;color:var(--primary-foreground-color);display:flex;font-weight:500;height:3.5rem;justify-content:center;padding:0 2rem;width:100%}.option-vFOAS .content-P2T0i .button:hover{background-color:transparent;outline:var(--focus-outline-size) solid var(--primary-foreground-color)}.option-vFOAS .content-P2T0i .color-input{border:2px solid transparent;border-radius:3rem;padding:1.3rem 1rem;transition:all 0.3s ease-in-out;width:100%}.option-vFOAS .content-P2T0i .color-input:hover{border-color:var(--overlay-color)}
.option-vFOAS{flex:none;flex-direction:row;gap:2rem;margin-bottom:2rem;overflow:visible;width:100%}.option-vFOAS,.option-vFOAS .content-P2T0i,.option-vFOAS .heading-dYMDt{align-items:center;display:flex;position:relative}.option-vFOAS .content-P2T0i,.option-vFOAS .heading-dYMDt{flex:1 1 50%;flex-direction:row}.option-vFOAS .heading-dYMDt{display:flex;gap:0.75rem}.option-vFOAS .heading-dYMDt .icon-fE4hv{color:var(--primary-foreground-color);height:4rem;width:4rem}.option-vFOAS .heading-dYMDt .label-qI6Vh{color:var(--primary-foreground-color);line-height:1.5rem;text-overflow:ellipsis;white-space:nowrap}.option-vFOAS .content-P2T0i{justify-content:center;overflow:visible}.option-vFOAS .content-P2T0i .multiselect{background:var(--overlay-color);padding:0;width:100%}.option-vFOAS .content-P2T0i .button{align-items:center;background-color:var(--overlay-color);border-radius:3.5rem;color:var(--primary-foreground-color);display:flex;font-weight:500;height:3.5rem;justify-content:center;padding:0 2rem;width:100%}.option-vFOAS .content-P2T0i .button:hover{background-color:transparent;outline:var(--focus-outline-size) solid var(--primary-foreground-color)}.option-vFOAS .content-P2T0i .color-input{border:2px solid transparent;border-radius:3rem;padding:1.3rem 1rem;transition:all 0.3s ease-in-out;width:100%}.option-vFOAS .content-P2T0i .color-input:hover{border-color:var(--overlay-color)}
.trakt-container-wWlM8 {
margin-top: 2rem;
}
@ -6211,7 +6338,7 @@ html.active-slider-within-NcgYf body {
background-color: var(--secondary-accent-color);
}
.item-A9qrP .actions-QcMQ_ .status-crByJ .icon-aswqE.error-sL3We {
background-color: var(--color-trakt);
background-color: var(--danger-accent-color);
}
.item-A9qrP .actions-QcMQ_ .status-crByJ .label-WLvfI {
font-size: 1rem;
@ -6248,7 +6375,7 @@ html.active-slider-within-NcgYf body {
}
.item-A9qrP .actions-QcMQ_ .delete-mV6G_:hover .icon-aswqE,
.item-A9qrP .actions-QcMQ_ .delete-mV6G_:focus .icon-aswqE {
color: var(--color-trakt);
color: var(--danger-accent-color);
opacity: 1 !important;
}
.item-A9qrP:hover {
@ -6327,7 +6454,7 @@ html.active-slider-within-NcgYf body {
color: var(--secondary-accent-color);
}
.add-item-EBrwa .actions-a9mxc .cancel-gSD5_:hover .icon-lYjLQ {
color: var(--color-trakt);
color: var(--danger-accent-color);
}
.add-item-EBrwa:hover {
border: 2px solid var(--overlay-color);
@ -6373,30 +6500,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 {
@ -7216,6 +7322,7 @@ html.active-slider-within-NcgYf{cursor:grabbing}html.active-slider-within-NcgYf
align-self: stretch;
display: flex;
flex-direction: column;
max-height: 25rem;
width: 16rem;
}
.audio-menu-qB4SQ .container-lNRgG .header-yT4vp {
@ -7727,9 +7834,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 +8082,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 +8234,7 @@ html:not(.active-slider-within-NcgYf) .player-container-wIELK.overlayHidden-gyjI
@font-face {
font-family: 'PlusJakartaSans';
src: url(../../63e26d821185ae2bf5a1f8d8ffa4c812bb2266a7/fonts/PlusJakartaSans.ttf) format('truetype');
src: url(../../fonts/PlusJakartaSans.ttf) format('truetype');
}
{
/* Copyright (C) 2017-2023 Smart code 203358507 */
@ -8192,7 +8376,7 @@ html:not(.active-slider-within-NcgYf) .player-container-wIELK.overlayHidden-gyjI
--color-x: #000000;
--color-reddit: #FF4500;
--color-imdb: #f5c518;
--color-trakt: #ED2224;
--color-trakt: #ffffff;
--color-placeholder: #60606080;
--color-placeholder-text: hsla(0, 0%, 75%, 0.5);
--color-placeholder-background: hsla(0, 0%, 50%, 0.2);
@ -8213,7 +8397,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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 106 KiB

View file

Before

Width:  |  Height:  |  Size: 9 KiB

After

Width:  |  Height:  |  Size: 9 KiB

View file

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

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="63e26d821185ae2bf5a1f8d8ffa4c812bb2266a7/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="63e26d821185ae2bf5a1f8d8ffa4c812bb2266a7/scripts/main.js"></script><script src="63e26d821185ae2bf5a1f8d8ffa4c812bb2266a7/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"><link rel="manifest" href="manifest.json"/><title>Stremio - Freedom to Stream</title><link href="cbcb26fa62124d61b148ce89c70cfde9c3c8a044/styles/main.css" rel="stylesheet"></head><body><div id="app"></div><script src="cbcb26fa62124d61b148ce89c70cfde9c3c8a044/scripts/main.js"></script><script src="cbcb26fa62124d61b148ce89c70cfde9c3c8a044/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,61 +1,59 @@
{
"icons": [
{
"src": "./favicons/icon_256x256.ico",
"sizes": "256x256",
"type": "image/vnd.microsoft.icon"
},
{
"src": "./maskable_icons/icon_512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "./maskable_icons/icon_196x196.png",
"sizes": "196x196",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "./icons/icon_512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "./icons/icon_196x196.png",
"sizes": "196x196",
"type": "image/png",
"purpose": "any"
}
],
"name": "Stremio Web",
"short_name": "Stremio",
"orientation": "any",
"display": "standalone",
"start_url": "./",
"description": "Freedom To Stream",
"background_color": "#161523",
"theme_color": "#2a2843",
"display_override": [
"standalone"
],
"scope": "./",
"screenshots": [
{
"src": "screenshots/board_wide.webp",
"sizes": "1440x900",
"type": "image/webp",
"form_factor": "wide",
"label": "Homescreen of Stremio"
},
{
"src": "screenshots/board_narrow.webp",
"sizes": "414x896",
"type": "image/webp",
"form_factor": "narrow",
"label": "Homescreen of Stremio"
}
]
"name": "Stremio Web",
"short_name": "Stremio",
"description": "Freedom To Stream",
"background_color": "#161523",
"theme_color": "#2a2843",
"orientation": "any",
"display": "standalone",
"display_override": ["standalone"],
"scope": "./",
"start_url": "./",
"icons": [
{
"src": "favicons/icon_256x256.ico",
"sizes": "256x256",
"type": "image/vnd.microsoft.icon"
},
{
"src": "images/maskable_icon_512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "images/maskable_icon_196x196.png",
"sizes": "196x196",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "images/icon_512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "images/icon_196x196.png",
"sizes": "196x196",
"type": "image/png",
"purpose": "any"
}
],
"screenshots": [
{
"src": "screenshots/board_wide.webp",
"sizes": "1440x900",
"type": "image/webp",
"form_factor": "wide",
"label": "Homescreen of Stremio"
},
{
"src": "screenshots/board_narrow.webp",
"sizes": "414x896",
"type": "image/webp",
"form_factor": "narrow",
"label": "Homescreen of Stremio"
}
]
}

View file

@ -1,2 +1,2 @@
if(!self.define){let e,a={};const i=(i,r)=>(i=new URL(i+".js",r).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=(r,s)=>{const c=e||("document"in self?document.currentScript.src:"")||location.href;if(a[c])return;let d={};const b=e=>i(e,c),f={module:{uri:c},exports:d,require:b};a[c]=Promise.all(r.map(e=>f[e]||b(e))).then(e=>(s(...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:"63e26d821185ae2bf5a1f8d8ffa4c812bb2266a7/binaries/stremio_core_web_bg.wasm",revision:"982b81fa30076bb3909a3b074f5a5233"},{url:"63e26d821185ae2bf5a1f8d8ffa4c812bb2266a7/fonts/PlusJakartaSans.ttf",revision:"d42d5252438e0617f4fafe9c9b1eaa36"},{url:"63e26d821185ae2bf5a1f8d8ffa4c812bb2266a7/scripts/main.js",revision:"09df5a2f394f25f65efd2cc59560b302"},{url:"63e26d821185ae2bf5a1f8d8ffa4c812bb2266a7/scripts/worker.js",revision:"9cec7547e43c3c30cd7b2c1f94ad12a5"},{url:"63e26d821185ae2bf5a1f8d8ffa4c812bb2266a7/styles/main.css",revision:"d56a6451fe7b56571e8c6e3344b8b56c"},{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:"ecbdc741fc3beb70094301541849dd75"},{url:"screenshots/board_narrow.webp",revision:"8329eb909f925e3658dbb7d7e6611bd1"},{url:"screenshots/board_wide.webp",revision:"506ccb23f4d5eced25b11331a10abacb"}],{})});
if(!self.define){let e,c={};const a=(a,i)=>(a=new URL(a+".js",i).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=(i,s)=>{const r=e||("document"in self?document.currentScript.src:"")||location.href;if(c[r])return;let d={};const n=e=>a(e,r),o={module:{uri:r},exports:d,require:n};c[r]=Promise.all(i.map(e=>o[e]||n(e))).then(e=>(s(...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:"cbcb26fa62124d61b148ce89c70cfde9c3c8a044/binaries/stremio_core_web_bg.wasm",revision:"b8d3ed1db40ebde6acc2e67e0d80354a"},{url:"cbcb26fa62124d61b148ce89c70cfde9c3c8a044/scripts/main.js",revision:"59fc9c8889f76c4dc83f9cda321e559a"},{url:"cbcb26fa62124d61b148ce89c70cfde9c3c8a044/scripts/worker.js",revision:"c6da1394810e43c9cfafd74d1ceff5df"},{url:"cbcb26fa62124d61b148ce89c70cfde9c3c8a044/styles/main.css",revision:"18dcd4ab7161b7ce7fab5089e2d146a3"},{url:"favicons/favicon.ico",revision:"4c07b4cdba0741908240aaf0f0996231"},{url:"fonts/PlusJakartaSans.ttf",revision:"d42d5252438e0617f4fafe9c9b1eaa36"},{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/icon_196x196.png",revision:"6a499064d57e9f4f59ea5bc306f28409"},{url:"images/icon_512x512.png",revision:"1a4638f518162346278b0750af1d0c4f"},{url:"images/library_placeholder.png",revision:"47355825e2c3f3e5bcc80d204f0156c8"},{url:"images/logo.png",revision:"a747ada078440d543890a24ea9105e6d"},{url:"images/maskable_icon.png",revision:"941c7d6c4af30fd50d631032e31bbd42"},{url:"images/maskable_icon_196x196.png",revision:"e730a8c582c775f1a70f8c180adfd608"},{url:"images/maskable_icon_512x512.png",revision:"b00d7a767a43ae4f5a82cd63353c0b24"},{url:"images/stremio_symbol.png",revision:"c64dbb21f02e31bc644512327ed6fe80"},{url:"index.html",revision:"091c3a2be04d5f6744516b7f86de5fb7"},{url:"manifest.json",revision:"5c89b0eeceba06dee2ce8cb4197c7b64"},{url:"screenshots/board_narrow.webp",revision:"8329eb909f925e3658dbb7d7e6611bd1"},{url:"screenshots/board_wide.webp",revision:"506ccb23f4d5eced25b11331a10abacb"}],{})});
//# sourceMappingURL=service-worker.js.map

File diff suppressed because one or more lines are too long