From 381bff129b70471e86e99a2d6b6a7e090f13287e Mon Sep 17 00:00:00 2001 From: Jefferson Julio Date: Sun, 30 May 2021 22:53:32 -0300 Subject: Better article parsing, support for article code parsing (add line numbers to code blocks) --- static/manifest.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 static/manifest.json (limited to 'static/manifest.json') diff --git a/static/manifest.json b/static/manifest.json new file mode 100644 index 0000000..b700497 --- /dev/null +++ b/static/manifest.json @@ -0,0 +1,15 @@ +{ + "name": "jefferson.sh", + "short_name": "jefferson.sh", + "description": "Blog do Jefferson", + "icons": [ + { + "src": "static/favicon.png", + "sizes": "192x192", + "type": "image/png" + } + ], + "display": "fullscreen", + "start_url": "/", + "orientation": "portrait" +} -- cgit v1.2.3