Skip to content

Commit

Permalink
Update manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
guruakashsm authored Feb 6, 2024
1 parent d8c8870 commit 6d25643
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions projects/calculator/manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"short_name": "Portfolio",
"name": "My PWA Portfolio",
"short_name": "Calculator",
"name": "CALCULATOR",
"icons": [
{
"src": "assets/images/logo.png",
"src": "/logo.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "assets/images/logo.png",
"src": "/logo.png",
"type": "image/png",
"sizes": "512x512"
}
Expand All @@ -17,4 +17,4 @@
"background_color": "#000000",
"display": "standalone",
"theme_color": "#ff0000"
}
}

0 comments on commit 6d25643

Please sign in to comment.