--- /dev/null
+{
+  "short_name": "ls.p",
+  "name": "little song place",
+  "icons": [
+    {
+      "src": "/static/lsp_notes.png",
+      "sizes": "96x96",
+      "type": "image/png"
+    },
+  ],
+  "start_url": ".",
+  "display": "standalone",
+  "theme_color": "#000000",
+  "background_color": "#ffffff"
+}
 
         <title>{% block title %}{% endblock %}</title>
         <link rel="stylesheet" href="/static/styles.css?v=5"/>
         <link rel="icon" type="image/x-icon" href="/static/lsp_notes.png?v=1"/>
+        <link rel="manifest" href="/static/manifest.json?v=1"/>
         <script src="/static/player.js?v=3"></script>
         <script src="/static/nav.js?v=3"></script>
         <meta name="viewport" content="width=device-width, initial-scale=1">