Skip to content

Commit

Permalink
created and deployed manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
rajnidua committed Oct 14, 2021
1 parent b75d7cc commit e2093f2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link rel="stylesheet" href="styles.css" />
<link rel="manifest" href="manifest.webmanifest" />

<title>Budget Tracker</title>
</head>
Expand Down
21 changes: 21 additions & 0 deletions public/manifest.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "Budget App",
"short_name": "Budget App",
"icons": [
{
"src": "../icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},

{
"src": "../icons/icon-152x152.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"start_url": "/",
"display": "standalone"
}

0 comments on commit e2093f2

Please sign in to comment.