From 7cc84923fdb59956890f69fe6363d9ab333cf46a Mon Sep 17 00:00:00 2001 From: schneefux Date: Sat, 2 Jun 2018 11:50:49 +0200 Subject: Create a PWA --- dist/manifest.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 dist/manifest.json (limited to 'dist') 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" +} -- cgit v1.3.1