While developing google calendar add-on, 'My Meetings' is getting displayed in 'Add Conference' dropdown, but icon is not getting displayed.
"calendar": {
"conferenceSolution": [{
"onCreateFunction": "createConference",
"id": "1",
"name": "My Meetings",
"logoUrl": "https://dl.dropboxusercontent.com/s/sgkt743sv30rid1/logo-circuit-100x100.png?dl=0"
}],
What can be the issue?