Browse Source

Update services.json

pull/2636/head
Vulich Fernando 5 years ago committed by GitHub
parent
commit
c1202466e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      api/services.json

9
api/services.json

@ -1,6 +1,4 @@
{ [
"success": true,
"data": [
{ {
"id": "androidmessages", "id": "androidmessages",
"logo": "androidmessages.png", "logo": "androidmessages.png",
@ -534,8 +532,8 @@
"url": "http://inbox.google.com/?cid=imp", "url": "http://inbox.google.com/?cid=imp",
"type": "email", "type": "email",
"allow_popups": false, "allow_popups": false,
"manual_notifications": true, "manual_notifications": false,
"js_unread": "function checkUnread(){updateBadge(document.getElementsByClassName(\"ss\").length)}function updateBadge(a){a>=1?document.title=\"(\"+a+\") \"+originalTitle:document.title=originalTitle}var originalTitle=document.title;setInterval(checkUnread,3e3);", "js_unread": "function checkUnread(){var e=document.querySelector(\".aim .aio\").querySelector(\"span\").querySelector(\"a\").getAttribute(\"aria-label\").replace(/\\D/g,\"\");updateBadge(e?parseInt(e):0)}function updateBadge(e){1<=e?rambox.setUnreadCount(e):rambox.clearUnreadCount()}setInterval(checkUnread,3e3);",
"userAgent": "", "userAgent": "",
"note": "Please be sure to sign out of Hangouts inside Inbox, as it causes problems. <a href=\"https://github.com/saenzramiro/rambox/wiki/Inbox\" target=\"_blank\">Read more...</a>", "note": "Please be sure to sign out of Hangouts inside Inbox, as it causes problems. <a href=\"https://github.com/saenzramiro/rambox/wiki/Inbox\" target=\"_blank\">Read more...</a>",
"titleBlink": false, "titleBlink": false,
@ -1547,4 +1545,3 @@
"custom_domain": false "custom_domain": false
} }
] ]
}

Loading…
Cancel
Save