summaryrefslogtreecommitdiffstats
path: root/public/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'public/manifest.json')
-rw-r--r--public/manifest.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/public/manifest.json b/public/manifest.json
new file mode 100644
index 00000000..e35583c0
--- /dev/null
+++ b/public/manifest.json
@@ -0,0 +1,22 @@
+{
+ "name": "Kanban",
+ "short_name": "Kanban",
+ "description": "The open-source kanban",
+ "lang": "en-US",
+ "icons": [
+ {
+ "src": "/logo-150.png",
+ "type": "image/png",
+ "sizes": "150x150"
+ },
+ {
+ "src": "/logo-150.svg",
+ "type": "image/svg+xml",
+ "sizes": "150x150"
+ }
+ ],
+ "display": "standalone",
+ "background_color": "#dedede",
+ "theme_color": "#dedede",
+ "start_url": "/"
+}