We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67c6de3 commit 0178ef8Copy full SHA for 0178ef8
index.html
@@ -11,6 +11,7 @@
11
<meta property="og:description" content="Discover and read light novels, novels and more - easier than ever on your Android device." />
12
<link rel="canonical" href="https://lnreader.github.io/">
13
<meta name="google-site-verification" content="jixjP1P9oS8dIDwCtE5H1gLViokUbfBC9zNlz13Tdt0" />
14
+ <link rel="manifest" href="/manifest.json">
15
</head>
16
<body>
17
<div id="root"></div>
public/manifest.json
@@ -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
+ ],
+ "theme_color": "#0056ce",
+ "background_color": "#fefbff",
+ "display": "standalone"
+}
0 commit comments