From 76edc5bad88a2c97d79e689c5b20b8de8ca179ea Mon Sep 17 00:00:00 2001 From: schneefux Date: Thu, 14 Jun 2018 20:36:17 +0200 Subject: Remove PWA again --- dist/manifest.json | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 dist/manifest.json (limited to 'dist/manifest.json') diff --git a/dist/manifest.json b/dist/manifest.json deleted file mode 100644 index c090e62..0000000 --- a/dist/manifest.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "name": "Broken Talents Fun", - "short_name": "Broken Talents", - "orientation": "portrait", - "display": "standalone", - "start_url": "/", - "description": "Broken Talents Fun", - "background_color": "#01579b", - "theme_color": "#01579b", - "theme-color": "#01579b", - "icons": [ { - "src": "/dist/assets/TalentGrab_192x192.png", - "type": "image/png", - "sizes": "192x192" - }, { - "src": "/dist/assets/TalentGrab_512x512.png", - "type": "image/png", - "sizes": "512x512" - } ] -} -- cgit v1.3.1