Skip to content

Commit

Permalink
Merge pull request #24 from sombriks/develop
Browse files Browse the repository at this point in the history
fix manifest.json
  • Loading branch information
sombriks authored Jun 2, 2024
2 parents 2d97b30 + bdd3ab2 commit cd206a5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions web-app-vue/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<link rel="manifest" href="/manifest.json">
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1,maximum-scale=2.0">
<title>Redline Finance</title>
</head>
Expand Down
Binary file modified web-app-vue/public/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion web-app-vue/public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"theme_color": "#000000",
"icons": [
{
"src": "https://app.redline.sombriks.org/icon-512.png",
"src": "/512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
Expand Down

0 comments on commit cd206a5

Please sign in to comment.