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