Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
RanjanWorks committed Dec 5, 2024
1 parent 977d5d3 commit abd0e3d
Show file tree
Hide file tree
Showing 8 changed files with 63 additions and 22 deletions.
Binary file added 1.jpg
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 2.jpg
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 3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 20 additions & 20 deletions assets/index-BU4nStcQ.js → assets/index-CKqgc6pf.js

Large diffs are not rendered by default.

Binary file added icon-192.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 icon-512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@
name="twitter:image"
content="https://opengraph.b-cdn.net/production/images/7c6ce8aa-5046-4500-9570-38751586a02d.png?token=LhDNCahdnKHj6I98kQ892TIwOWIMiureEjWxkFXDpEE&height=630&width=1200&expires=33267305174"
/>

<script type="module" crossorigin src="/reactflix/assets/index-BU4nStcQ.js"></script>
<link rel="manifest" href="/reactflix/manifest.json">

<script type="module" crossorigin src="/reactflix/assets/index-CKqgc6pf.js"></script>
<link rel="stylesheet" crossorigin href="/reactflix/assets/index-WCSFoEBQ.css">
</head>
<body class="dark bg-zinc-950">
Expand Down
40 changes: 40 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"name": "ReactFlix",
"short_name": "RfliX",
"description": "A modern movie streaming platform built with React.",
"start_url": "/reactflix/",
"display": "standalone",
"background_color": "#000000",
"theme_color": "#1f2937",
"orientation": "portrait",
"icons": [
{
"src": "./icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "./icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"screenshots": [
{
"src": "./1.jpg",
"sizes": "1080x1920",
"type": "image/jpg"
},
{
"src": "./2.jpg",
"sizes": "1080x1920",
"type": "image/jpg"
},
{
"src": "./3.jpg",
"sizes": "1080x1920",
"type": "image/jpg"
}
]
}

0 comments on commit abd0e3d

Please sign in to comment.