Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

WebCatalog APIs

Quang Lam edited this page May 13, 2021 · 6 revisions

WebCatalog, Singlebox and Clovery let you inject custom Javascript code into web apps to allow a variety of use cases, including user interface modifications, notification enhancements and more.

In addition to standard web APIs, we provide an additional set of APIs:

window.webcatalog.setBadgeCount(count: number): Set badge count. For example: window.webcatalog.setBadgeCount(10).

Clone this wiki locally