Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nabinjana-dsc committed Jan 11, 2024
1 parent 253f9f5 commit c7f0871
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 11 deletions.
6 changes: 3 additions & 3 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"files": {
"main.js": "/box-office/static/js/main.332153d2.js",
"main.js": "/box-office/static/js/main.0f4791ef.js",
"static/js/787.53b37820.chunk.js": "/box-office/static/js/787.53b37820.chunk.js",
"service-worker.js": "/box-office/service-worker.js",
"index.html": "/box-office/index.html",
"main.332153d2.js.map": "/box-office/static/js/main.332153d2.js.map",
"main.0f4791ef.js.map": "/box-office/static/js/main.0f4791ef.js.map",
"787.53b37820.chunk.js.map": "/box-office/static/js/787.53b37820.chunk.js.map"
},
"entrypoints": [
"static/js/main.332153d2.js"
"static/js/main.0f4791ef.js"
]
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/box-office/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/box-office/logo192.png"/><link rel="manifest" href="/box-office/manifest.json"/><link href="https://fonts.googleapis.com/css?family=Roboto:300,400,700,&display=swap" rel="stylesheet"/><title>Box Office</title><script defer="defer" src="/box-office/static/js/main.332153d2.js"></script></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/box-office/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/box-office/logo192.png"/><link rel="manifest" href="/box-office/manifest.json"/><link href="https://fonts.googleapis.com/css?family=Roboto:300,400,700,&display=swap" rel="stylesheet"/><title>Box Office</title><script defer="defer" src="/box-office/static/js/main.0f4791ef.js"></script></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
Binary file modified logo192.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 modified logo512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 8 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"short_name": "Box Office",
"name": "Box Office",
"icons": [
{
"src": "favicon.ico",
Expand All @@ -16,6 +16,12 @@
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "maskable_icon.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "maskable"
}
],
"start_url": ".",
Expand Down
Binary file added 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.
2 changes: 1 addition & 1 deletion service-worker.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions static/js/main.332153d2.js → static/js/main.0f4791ef.js

Large diffs are not rendered by default.

File renamed without changes.
1 change: 1 addition & 0 deletions static/js/main.0f4791ef.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion static/js/main.332153d2.js.map

This file was deleted.

0 comments on commit c7f0871

Please sign in to comment.