Skip to content

Commit

Permalink
add manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nyagami committed Jun 23, 2024
1 parent 67c6de3 commit 0178ef8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<meta property="og:description" content="Discover and read light novels, novels and more - easier than ever on your Android device." />
<link rel="canonical" href="https://lnreader.github.io/">
<meta name="google-site-verification" content="jixjP1P9oS8dIDwCtE5H1gLViokUbfBC9zNlz13Tdt0" />
<link rel="manifest" href="/manifest.json">
</head>
<body>
<div id="root"></div>
Expand Down
14 changes: 14 additions & 0 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"short_name": "LNReader",
"name": "LNReader",
"icons": [
{
"src": "/icon.png",
"type": "image/png",
"sizes": "192x192"
}
],
"theme_color": "#0056ce",
"background_color": "#fefbff",
"display": "standalone"
}

0 comments on commit 0178ef8

Please sign in to comment.