Add manifest.json for better mobile integration

manifest.json allows yarr to run in a more app-like mode on mobile
devices.

More info here: https://developer.mozilla.org/en-US/docs/Web/Manifest
This commit is contained in:
Aaron Bieber
2023-01-30 12:57:06 -07:00
committed by nkanaev
parent ce07ddea92
commit e4c1d01915
2 changed files with 20 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
<link rel="stylesheet" href="./static/stylesheets/app.css">
<link rel="icon" href="./static/graphicarts/favicon.svg" type="image/svg+xml">
<link rel="alternate icon" href="./static/graphicarts/favicon.png" type="image/png">
<link rel="manifest" href="./manifest.json" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<script>
window.app = window.app || {}