Browser Detection
To verify if the browser is running BitPocket Wallet, copy and paste the code snippet below in the developer console of your web browser:
if (typeof window.bitpocket !== "undefined") {
console.log("BitPocket Wallet installed successfully");
}
You can review the full API for the window.bitpocket object