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