mirror of
https://github.com/nkanaev/yarr.git
synced 2025-09-13 09:55:36 +00:00
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:
@@ -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 || {}
|
||||
|
Reference in New Issue
Block a user