{
  "gcm_sender_id": "373074173817",
  "gcm_sender_id_comment": "Do not change the GCM Sender ID",
  "name": "OneSignal Example",
  "description": "OneSignal Push Notifications Example Chrome app.",
  "manifest_version": 2,
  "version": "1.0.2",
  "app": {
    "background": {
    }
  },
  "permissions": ["gcm", "storage", "notifications", "identity", "browser"],
  "icons": { "128": "logo.png" }
}