diff options
author | Jefferson Julio <[email protected]> | 2021-05-30 22:53:32 -0300 |
---|---|---|
committer | Jefferson Julio <[email protected]> | 2021-05-30 22:53:32 -0300 |
commit | 381bff129b70471e86e99a2d6b6a7e090f13287e (patch) | |
tree | 35d383b4ec622efd8fbbd49a72c44a5561a04f92 /static/manifest.json | |
parent | e9c35a9eff9e0881df7d6a6e8d17b70ac37ad0fe (diff) | |
download | blog.sh-381bff129b70471e86e99a2d6b6a7e090f13287e.tar.bz2 blog.sh-381bff129b70471e86e99a2d6b6a7e090f13287e.zip |
Better article parsing, support for article code parsing (add line numbers to code blocks)
Diffstat (limited to 'static/manifest.json')
-rw-r--r-- | static/manifest.json | 15 |
1 files changed, 15 insertions, 0 deletions
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" +} |