{
  "manifest_version": 2,
  "name": "Callcentre Space by Mobivate",
  "short_name": "Callcentre",
  "start_url": ".",
  "id":"Callcentre Space",
  "display": "standalone",
  "background_color": "#087CA3",
  "description": "Callcentre Centre",
  "version":"1.1.0",
  "default_locale": "en",
  "orientation":"portrait",
  "type": "privileged",
  "related_applications": [{
    "platform": "web"
  }],
  "externally_connectable": {
    "matches": ["*"]
  },
  "offline_enabled": false,
  "permissions": {
    "audio-capture": {
      "description": "Required to capture audio using in Apps (Dialer & Voice)"
    },
    "desktop-notification": {
      "description": "Needed for creating system notifications."
    },
    "storage": {
      "description": "Needed to store crucial information about the account"
    },
    "identity": {
      "description": "Needed to assist in user identification"
    }
  },
  "gcm_sender_id": "103953800507"


}
