Skip to content

Commit

Permalink
deploy: 5c62cf6
Browse files Browse the repository at this point in the history
  • Loading branch information
tymmesyde committed Feb 27, 2025
1 parent aaebba3 commit 4abe287
Show file tree
Hide file tree
Showing 33 changed files with 8,192 additions and 0 deletions.
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

8,089 changes: 8,089 additions & 0 deletions fix/shell-player-stuck/5c62cf6953c61cac4a8fa757781ae3c3f3c79ccd/styles/main.css

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Binary file added fix/shell-player-stuck/favicons/favicon.ico
Binary file not shown.
Binary file added fix/shell-player-stuck/favicons/icon_256x256.ico
Binary file not shown.
Binary file added fix/shell-player-stuck/icons/icon_196x196.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fix/shell-player-stuck/icons/icon_512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fix/shell-player-stuck/images/anonymous.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions fix/shell-player-stuck/images/background_1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions fix/shell-player-stuck/images/background_2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fix/shell-player-stuck/images/default_avatar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fix/shell-player-stuck/images/empty.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fix/shell-player-stuck/images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fix/shell-player-stuck/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fix/shell-player-stuck/images/maskable_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fix/shell-player-stuck/images/stremio_symbol.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions fix/shell-player-stuck/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +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="5c62cf6953c61cac4a8fa757781ae3c3f3c79ccd/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="5c62cf6953c61cac4a8fa757781ae3c3f3c79ccd/scripts/main.js"></script><script src="5c62cf6953c61cac4a8fa757781ae3c3f3c79ccd/scripts/worker.js"></script><script src="//www.gstatic.com/cv/js/sender/v1/cast_sender.js?loadCastFramework=1"></script></body></html>
61 changes: 61 additions & 0 deletions fix/shell-player-stuck/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"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"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
2 changes: 2 additions & 0 deletions fix/shell-player-stuck/service-worker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions fix/shell-player-stuck/service-worker.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4abe287

Please sign in to comment.