Skip to content

Commit 0178ef8

Browse files
committed
add manifest.json
1 parent 67c6de3 commit 0178ef8

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

index.html

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<meta property="og:description" content="Discover and read light novels, novels and more - easier than ever on your Android device." />
1212
<link rel="canonical" href="https://lnreader.github.io/">
1313
<meta name="google-site-verification" content="jixjP1P9oS8dIDwCtE5H1gLViokUbfBC9zNlz13Tdt0" />
14+
<link rel="manifest" href="/manifest.json">
1415
</head>
1516
<body>
1617
<div id="root"></div>

public/manifest.json

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"short_name": "LNReader",
3+
"name": "LNReader",
4+
"icons": [
5+
{
6+
"src": "/icon.png",
7+
"type": "image/png",
8+
"sizes": "192x192"
9+
}
10+
],
11+
"theme_color": "#0056ce",
12+
"background_color": "#fefbff",
13+
"display": "standalone"
14+
}

0 commit comments

Comments
 (0)