Skip to content

Commit

Permalink
Merge pull request #125 from Ogenbertrand/feature50-Add-manifest.json
Browse files Browse the repository at this point in the history
Feature/updates-to-manifest
  • Loading branch information
bryandino673 authored Apr 9, 2024
2 parents ec81ab7 + 5895d3b commit 5df3aed
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions power-pay-frontend/public/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"
}

0 comments on commit 5df3aed

Please sign in to comment.