From 412c2c332a81be5794ae6db1462e023442e475c3 Mon Sep 17 00:00:00 2001 From: Rohan Rangray Date: Mon, 1 Jun 2015 15:29:53 -0700 Subject: [PATCH] Added manifest.json to get gcm push notifs working --- home.html | 1 + manifest.json | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 manifest.json diff --git a/home.html b/home.html index 313119e..8bd3ded 100644 --- a/home.html +++ b/home.html @@ -8,6 +8,7 @@ + diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..2496332 --- /dev/null +++ b/manifest.json @@ -0,0 +1,8 @@ +{ + "name": "flashy-cards", + "short_name": "Flashy", + "start_url": "/index.html", + "display": "standalone", + "gcm_sender_id": "45066531702", + "gcm_user_visible_only": true +} -- 1.9.1