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. 11
      api/services.json

11
api/services.json

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

Loading…
Cancel
Save