]> git.0d.be Git - nanofun.git/blobdiff - manifest.json
add progressive web app stuff (manifest & service worker)
[nanofun.git] / manifest.json
diff --git a/manifest.json b/manifest.json
new file mode 100644 (file)
index 0000000..1c2af07
--- /dev/null
@@ -0,0 +1,25 @@
+{
+  "short_name": "nanoFUN",
+  "name": "nanoFUN MIDI sampler",
+  "icons": [
+    {
+      "src": "img/launcher-icon-1x.png",
+      "type": "image/png",
+      "sizes": "48x48"
+    },
+    {
+      "src": "img/launcher-icon-2x.png",
+      "type": "image/png",
+      "sizes": "96x96"
+    },
+    {
+      "src": "img/launcher-icon-4x.png",
+      "type": "image/png",
+      "sizes": "192x192"
+    }
+  ],
+  "start_url": "index.html",
+  "display": "standalone",
+  "background_color": "#2196F3",
+  "theme_color": "#2196F3"
+}