Skip to content

Commit

Permalink
deploy: 5df3aed
Browse files Browse the repository at this point in the history
  • Loading branch information
bryandino673 committed Apr 9, 2024
1 parent 61980ed commit 0f0f4a2
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="icon" type="image/svg+xml" href="/e2e-banking-app/vite.svg">
<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<link rel="manifest" href="/manifest.json">
<link rel="manifest" href="/e2e-banking-app/manifest.json">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<script type="module" crossorigin src="/e2e-banking-app/assets/index-B7VG3bej.js"></script>
Expand Down
33 changes: 33 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"name": "PPA",
"short_name": "PPA",
"theme_color": "#ffffff",
"icons": [
{
"src": "/public/icon36x36.png",
"sizes": "36x36",
"type": "image/png"
},
{
"src": "/public/icon48x48.png",
"sizes": "48x48",
"type": "image/png"
},
{
"src": "/public/icon310x310.png",
"sizes": "310x310",
"type": "image/png",
"purpose": "any"
},
{
"src": "/public/icon144x144.png",
"sizes": "144x144",
"type": "image/png",
"purpose": "maskable"
}
],
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"description": "PowerPay App"
}
2 changes: 1 addition & 1 deletion sw.js

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

0 comments on commit 0f0f4a2

Please sign in to comment.