Skip to content

Commit

Permalink
deploy: 86d66c8
Browse files Browse the repository at this point in the history
  • Loading branch information
ivelinmegdanov committed Feb 10, 2025
1 parent 91f9cf6 commit 550baf9
Show file tree
Hide file tree
Showing 32 changed files with 8,020 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.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Binary file added fix/navbar-icons-mobile/favicons/favicon.ico
Binary file not shown.
Binary file not shown.
Binary file added fix/navbar-icons-mobile/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/navbar-icons-mobile/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/navbar-icons-mobile/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/navbar-icons-mobile/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/navbar-icons-mobile/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.
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/navbar-icons-mobile/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/navbar-icons-mobile/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.
Binary file added fix/navbar-icons-mobile/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/navbar-icons-mobile/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/navbar-icons-mobile/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/navbar-icons-mobile/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="86d66c89af35451eccd49e67b01b72581616690c/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="86d66c89af35451eccd49e67b01b72581616690c/scripts/main.js"></script><script src="86d66c89af35451eccd49e67b01b72581616690c/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/navbar-icons-mobile/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/navbar-icons-mobile/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/navbar-icons-mobile/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 550baf9

Please sign in to comment.