From 39cf3a42bebbc3eaeb9317e9079412f6eed5e441 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sat, 4 Aug 2018 16:26:26 -0700 Subject: Group Finder Beta! --- public/manifest.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 public/manifest.json (limited to 'public/manifest.json') diff --git a/public/manifest.json b/public/manifest.json new file mode 100644 index 0000000..7368905 --- /dev/null +++ b/public/manifest.json @@ -0,0 +1,15 @@ +{ + "short_name": "Community Groups", + "name": "Foursquare Community Groups", + "icons": [ + { + "src": "favicon.ico", + "sizes": "64x64", + "type": "image/x-icon" + } + ], + "start_url": "./index.html", + "display": "standalone", + "theme_color": "#000000", + "background_color": "#ffffff" +} -- cgit v1.2.3