diff --git a/index.html b/index.html index 5d4e35c..2d4b429 100644 --- a/index.html +++ b/index.html @@ -11,6 +11,7 @@ +
diff --git a/public/manifest.json b/public/manifest.json new file mode 100644 index 0000000..317d016 --- /dev/null +++ b/public/manifest.json @@ -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" +} \ No newline at end of file