summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2018-06-02 11:50:49 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2018-12-13 17:09:11 +0100
commit7cc84923fdb59956890f69fe6363d9ab333cf46a (patch)
tree165f24fcda9dcca032d7cdfeacb6bec58a52d73d /dist
parent0cd076c85f05fad581ae3ac34338e20e443ecdb1 (diff)
downloadbrokentalents-7cc84923fdb59956890f69fe6363d9ab333cf46a.tar.gz
brokentalents-7cc84923fdb59956890f69fe6363d9ab333cf46a.zip
Create a PWA
Diffstat (limited to 'dist')
-rw-r--r--dist/manifest.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/dist/manifest.json b/dist/manifest.json
new file mode 100644
index 0000000..dba589d
--- /dev/null
+++ b/dist/manifest.json
@@ -0,0 +1,11 @@
+{
+ "name": "Broken Talents Fun",
+ "short_name": "Broken Talents Fun",
+ "orientation": "portrait",
+ "display": "standalone",
+ "start_url": "/",
+ "description": "Broken Talents Fun",
+ "background_color": "#01579b",
+ "theme_color": "#01579b",
+ "theme-color": "#01579b"
+}