From 0178ef8fdbdf6230cbfc1680f0ee75ec71c1a0fe Mon Sep 17 00:00:00 2001 From: nyagami Date: Sun, 23 Jun 2024 22:52:33 +0700 Subject: [PATCH] add manifest.json --- index.html | 1 + public/manifest.json | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 public/manifest.json 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