Skip to content

Commit

Permalink
add: support for pwa
Browse files Browse the repository at this point in the history
  • Loading branch information
tomoayan committed Mar 20, 2024
1 parent 1ffa8d1 commit 7af88b6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="manifest" href="manifest.json" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
Expand Down
15 changes: 15 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "tomoayan",
"display": "standalone",
"start_url": "/",
"theme_color": "#038387",
"icons": [
{
"src": "https://github.com/tomoayan.png",
"type": "image/png",
"sizes": "144x144"
}
]
}


0 comments on commit 7af88b6

Please sign in to comment.