From 6a20e0281804243445ddcc04ebdf994a374935d7 Mon Sep 17 00:00:00 2001 From: linsenwang <88711203+linsenwang@users.noreply.github.com> Date: Fri, 8 Dec 2023 17:30:43 +0800 Subject: [PATCH] Add files via upload --- manifest.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 manifest.json diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..a4a235d --- /dev/null +++ b/manifest.json @@ -0,0 +1,21 @@ +{ + "name": "linsenwang", + "short_name": "linsenwang", + "start_url": ".", + "display": "standalone", + "background_color": "#fff", + "description": "A simply readable Hacker News app.", + "icons": [ + { + "src": "/projects/wise/1.6.png", + "sizes": "1080x1080", + "type": "image/png" + } + ], + "related_applications": [ + { + "platform": "web" + } + ] + } + \ No newline at end of file