Browse Source

Update services2.json

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

9
api/services2.json

@ -1,4 +1,6 @@
[
{
"success": true,
"data": [
{
"id": "androidmessages",
"logo": "androidmessages.png",
@ -532,8 +534,8 @@
"url": "http://inbox.google.com/?cid=imp",
"type": "email",
"allow_popups": false,
"manual_notifications": false,
"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);",
"manual_notifications": true,
"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);",
"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>",
"titleBlink": false,
@ -1545,3 +1547,4 @@
"custom_domain": false
}
]
}

Loading…
Cancel
Save