Add root static files.
[wolnelektury.git] / src / wolnelektury / static / root / manifest.json
diff --git a/src/wolnelektury/static/root/manifest.json b/src/wolnelektury/static/root/manifest.json
new file mode 100644 (file)
index 0000000..fce3885
--- /dev/null
@@ -0,0 +1,18 @@
+{
+  "short_name": "Wolne Lektury",
+  "name": "Wolne Lektury",
+  "icons": [
+    {
+      "src": "app-icon.png",
+      "type": "image/png",
+      "sizes": "192x192"
+    }
+  ],
+  "prefer_related_applications": true,
+  "related_applications": [
+    {
+      "platform": "play",
+      "id": "com.moiseum.wolnelektury"
+    }
+  ]
+}