This library helps you to create crossbrowser extensions, when you have different API.
npm install --save extberry
import Extberry from 'extberry';
Extberry.openTab({
url: "https://berrywallet.io?src=My_Extension_With_Extberry"
});
This library helps you to create crossbrowser extensions, when you have different API.
npm install --save extberry
import Extberry from 'extberry';
Extberry.openTab({
url: "https://berrywallet.io?src=My_Extension_With_Extberry"
});