summaryrefslogtreecommitdiff
path: root/public/manifest.json
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2018-08-04 16:26:26 -0700
committerJesse Morgan <jesse@jesterpm.net>2018-08-04 16:26:26 -0700
commit39cf3a42bebbc3eaeb9317e9079412f6eed5e441 (patch)
tree32f7916c8fafe7db2b9c27d22792a7408c8d9464 /public/manifest.json
Group Finder Beta!
Diffstat (limited to 'public/manifest.json')
-rw-r--r--public/manifest.json15
1 files changed, 15 insertions, 0 deletions
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"
+}